Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/uapi/linux/
Ddccp.h96 struct dccp_hdr_reset { struct
133 return sizeof(struct dccp_hdr_reset); in dccp_packet_hdr_len()
/Linux-v5.4/net/dccp/
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()
Dinput.c147 u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code); in dccp_rcv_reset()