Home
last modified time | relevance | path

Searched refs:dccp_hdr_ack_bits (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Ddccp.h73 struct dccp_hdr_ack_bits { struct
85 struct dccp_hdr_ack_bits dccph_resp_ack; argument
97 struct dccp_hdr_ack_bits dccph_reset_ack;
128 return sizeof(struct dccp_hdr_ack_bits); in dccp_packet_hdr_len()
/linux-6.3-rc2/include/linux/
A Ddccp.h112 static inline struct dccp_hdr_ack_bits *dccp_hdr_ack_bits(const struct sk_buff *skb) in dccp_hdr_ack_bits() function
114 return (struct dccp_hdr_ack_bits *)(skb_transport_header(skb) + in dccp_hdr_ack_bits()
120 const struct dccp_hdr_ack_bits *dhack = dccp_hdr_ack_bits(skb); in dccp_hdr_ack_seq()
/linux-6.3-rc2/net/dccp/
A Doutput.c113 dccp_hdr_set_ack(dccp_hdr_ack_bits(skb), ackno); in dccp_transmit_skb()
445 dccp_hdr_set_ack(dccp_hdr_ack_bits(skb), dreq->dreq_gsr); in dccp_make_response()
505 dccp_hdr_set_ack(dccp_hdr_ack_bits(skb), dcb->dccpd_seq); in dccp_ctl_make_reset()
A Ddccp.h394 static inline void dccp_hdr_set_ack(struct dccp_hdr_ack_bits *dhack, in dccp_hdr_set_ack()
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_proto_dccp.c424 const struct dccp_hdr_ack_bits *dhack; in dccp_ack_seq()

Completed in 10 milliseconds