Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/
Doptions.c195 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()
Ddccp.h380 static inline int dccp_packet_without_ack(const struct sk_buff *skb) in dccp_packet_without_ack() function
Dipv4.c807 if (dccp_packet_without_ack(skb)) { in dccp_v4_rcv()
Dipv6.c711 if (dccp_packet_without_ack(skb)) in dccp_v6_rcv()
/kernel/linux/linux-5.10/net/dccp/ccids/
Dccid2.c555 if (dccp_packet_without_ack(skb)) in ccid2_hc_tx_packet_recv()
Dccid3.c641 if (dccp_packet_without_ack(skb)) in ccid3_hc_rx_insert_options()