Home
last modified time | relevance | path

Searched refs:dccp_zeroed_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/dccp/
Doutput.c100 dh = dccp_zeroed_hdr(skb, dccp_header_size); in dccp_transmit_skb()
436 dh = dccp_zeroed_hdr(skb, dccp_header_size); in dccp_make_response()
479 dh = dccp_zeroed_hdr(skb, dccp_hdr_reset_len); in dccp_ctl_make_reset()
/linux-6.1.9/include/linux/
Ddccp.h71 static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen) in dccp_zeroed_hdr() function