Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
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()
/Linux-v4.19/include/uapi/linux/
Ddccp.h96 struct dccp_hdr_reset { struct
133 return sizeof(struct dccp_hdr_reset); in dccp_packet_hdr_len()
/Linux-v4.19/net/dccp/
Doutput.c130 dccp_hdr_reset(skb)->dccph_reset_code = in dccp_transmit_skb()
463 sizeof(struct dccp_hdr_reset); in dccp_ctl_make_reset()
464 struct dccp_hdr_reset *dhr; in dccp_ctl_make_reset()
481 dhr = dccp_hdr_reset(skb); in dccp_ctl_make_reset()
Dinput.c151 u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code); in dccp_rcv_reset()