Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddccp.h130 static inline struct dccp_hdr_reset *dccp_hdr_reset(struct sk_buff *skb) in dccp_hdr_reset() function
132 return (struct dccp_hdr_reset *)(skb_transport_header(skb) + in dccp_hdr_reset()
/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.h96 struct dccp_hdr_reset { struct
133 return sizeof(struct dccp_hdr_reset); 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.h96 struct dccp_hdr_reset { struct
133 return sizeof(struct dccp_hdr_reset); in dccp_packet_hdr_len()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddccp.h96 struct dccp_hdr_reset { struct
133 return sizeof(struct dccp_hdr_reset); in dccp_packet_hdr_len()
/OK3568_Linux_fs/kernel/net/dccp/
H A Doutput.c126 dccp_hdr_reset(skb)->dccph_reset_code = in dccp_transmit_skb()
459 sizeof(struct dccp_hdr_reset); in dccp_ctl_make_reset()
460 struct dccp_hdr_reset *dhr; in dccp_ctl_make_reset()
477 dhr = dccp_hdr_reset(skb); in dccp_ctl_make_reset()
H A Dinput.c147 u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code); in dccp_rcv_reset()