Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H 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()
/OK3568_Linux_fs/kernel/include/linux/
H 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()
/OK3568_Linux_fs/kernel/net/dccp/
H A Doutput.c113 dccp_hdr_set_ack(dccp_hdr_ack_bits(skb), ackno); in dccp_transmit_skb()
436 dccp_hdr_set_ack(dccp_hdr_ack_bits(skb), dreq->dreq_gsr); in dccp_make_response()
496 dccp_hdr_set_ack(dccp_hdr_ack_bits(skb), dcb->dccpd_seq); in dccp_ctl_make_reset()
H A Ddccp.h398 static inline void dccp_hdr_set_ack(struct dccp_hdr_ack_bits *dhack, in dccp_hdr_set_ack()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_dccp.c423 const struct dccp_hdr_ack_bits *dhack; in dccp_ack_seq()