Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddccp.h124 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function
126 return (struct dccp_hdr_response *)(skb_transport_header(skb) + in dccp_hdr_response()
/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.h84 struct dccp_hdr_response { struct
132 return sizeof(struct dccp_hdr_response); 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.h84 struct dccp_hdr_response { struct
132 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddccp.h84 struct dccp_hdr_response { struct
132 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
/OK3568_Linux_fs/kernel/net/dccp/
H A Doutput.c397 sizeof(struct dccp_hdr_response); in dccp_make_response()
437 dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service; in dccp_make_response()