Searched refs:dccp_packet_without_ack (Results 1 – 6 of 6) sorted by relevance
195 if (dccp_packet_without_ack(skb)) /* RFC 4340, 13.2 */ in dccp_parse_options()221 if (dccp_packet_without_ack(skb)) /* RFC 4340, 11.4 */ in dccp_parse_options()
380 static inline int dccp_packet_without_ack(const struct sk_buff *skb) in dccp_packet_without_ack() function
815 if (dccp_packet_without_ack(skb)) { in dccp_v4_rcv()
721 if (dccp_packet_without_ack(skb)) in dccp_v6_rcv()
646 if (dccp_packet_without_ack(skb)) in ccid3_hc_rx_insert_options()
560 if (dccp_packet_without_ack(skb)) in ccid2_hc_tx_packet_recv()
Completed in 12 milliseconds