Home
last modified time | relevance | path

Searched refs:dccp_packet_without_ack (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/dccp/
Doptions.c194 if (dccp_packet_without_ack(skb)) /* RFC 4340, 13.2 */ in dccp_parse_options()
220 if (dccp_packet_without_ack(skb)) /* RFC 4340, 11.4 */ in dccp_parse_options()
Ddccp.h391 static inline int dccp_packet_without_ack(const struct sk_buff *skb) in dccp_packet_without_ack() function
Dipv4.c801 if (dccp_packet_without_ack(skb)) { in dccp_v4_rcv()
Dipv6.c706 if (dccp_packet_without_ack(skb)) in dccp_v6_rcv()
/Linux-v5.4/net/dccp/ccids/
Dccid3.c641 if (dccp_packet_without_ack(skb)) in ccid3_hc_rx_insert_options()
Dccid2.c555 if (dccp_packet_without_ack(skb)) in ccid2_hc_tx_packet_recv()