Searched refs:skb_in (Results 1 – 5 of 5) sorted by relevance
| /include/net/ |
| A 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() 47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info); 49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() argument 52 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
|
| /include/linux/usb/ |
| A D | cdc_ncm.h | 161 int cdc_ncm_rx_verify_nth16(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in); 162 int cdc_ncm_rx_verify_ndp16(struct sk_buff *skb_in, int ndpoffset); 163 int cdc_ncm_rx_verify_nth32(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in); 164 int cdc_ncm_rx_verify_ndp32(struct sk_buff *skb_in, int ndpoffset); 167 int cdc_ncm_rx_fixup(struct usbnet *dev, struct sk_buff *skb_in);
|
| /include/linux/ |
| A D | icmpv6.h | 56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info); 58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument 61 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send()
|
| /include/net/netfilter/ipv4/ |
| A D | nf_reject.h | 10 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
|
| /include/net/netfilter/ipv6/ |
| A D | nf_reject.h | 8 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code,
|
Completed in 14 milliseconds