Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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()
/linux-6.3-rc2/include/uapi/linux/
A Ddccp.h96 struct dccp_hdr_reset { struct
133 return sizeof(struct dccp_hdr_reset); in dccp_packet_hdr_len()
/linux-6.3-rc2/net/dccp/
A Doutput.c126 dccp_hdr_reset(skb)->dccph_reset_code = in dccp_transmit_skb()
468 sizeof(struct dccp_hdr_reset); in dccp_ctl_make_reset()
469 struct dccp_hdr_reset *dhr; in dccp_ctl_make_reset()
486 dhr = dccp_hdr_reset(skb); in dccp_ctl_make_reset()
A Dinput.c147 u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code); in dccp_rcv_reset()

Completed in 11 milliseconds