Searched refs:skb_in (Results 1 – 4 of 4) sorted by relevance
/include/net/ |
D | icmp.h | 39 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, 41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() argument 43 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt); in icmp_send()
|
/include/linux/usb/ |
D | cdc_ncm.h | 151 int cdc_ncm_rx_verify_nth16(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in); 152 int cdc_ncm_rx_verify_ndp16(struct sk_buff *skb_in, int ndpoffset); 155 int cdc_ncm_rx_fixup(struct usbnet *dev, struct sk_buff *skb_in);
|
/include/net/netfilter/ipv4/ |
D | nf_reject.h | 10 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
|
/include/net/netfilter/ipv6/ |
D | nf_reject.h | 8 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code,
|