Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddccp.h106 static inline struct dccp_hdr_request *dccp_hdr_request(struct sk_buff *skb) in dccp_hdr_request() function
108 return (struct dccp_hdr_request *)(skb_transport_header(skb) + in dccp_hdr_request()
/Linux-v4.19/include/uapi/linux/
Ddccp.h64 struct dccp_hdr_request { struct
130 return sizeof(struct dccp_hdr_request); in dccp_packet_hdr_len()
/Linux-v4.19/net/dccp/
Doutput.c121 dccp_hdr_request(skb)->dccph_req_service = in dccp_transmit_skb()
Dipv4.c579 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v4_conn_request()
Dipv6.c313 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v6_conn_request()