Home
last modified time | relevance | path

Searched refs:skb_in (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/net/
Dicmp.h43 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
45 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() argument
47 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt); in icmp_send()
51 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info);
53 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() argument
56 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
/linux-4.19.296/include/linux/usb/
Dcdc_ncm.h158 int cdc_ncm_rx_verify_nth16(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in);
159 int cdc_ncm_rx_verify_ndp16(struct sk_buff *skb_in, int ndpoffset);
160 int cdc_ncm_rx_verify_nth32(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in);
161 int cdc_ncm_rx_verify_ndp32(struct sk_buff *skb_in, int ndpoffset);
164 int cdc_ncm_rx_fixup(struct usbnet *dev, struct sk_buff *skb_in);
/linux-4.19.296/drivers/isdn/i4l/
Disdn_bsdcomp.c454 static int bsd_compress(void *state, struct sk_buff *skb_in, struct sk_buff *skb_out, int proto) in bsd_compress() argument
467 unsigned char *rptr = skb_in->data; in bsd_compress()
468 int isize = skb_in->len; in bsd_compress()
617 if (!skb_out || skb_out->len >= skb_in->len) { in bsd_compress()
635 static void bsd_incomp(void *state, struct sk_buff *skb_in, int proto) in bsd_incomp() argument
637 bsd_compress(state, skb_in, NULL, proto); in bsd_incomp()
643 static int bsd_decompress(void *state, struct sk_buff *skb_in, struct sk_buff *skb_out, in bsd_decompress() argument
671 if (!skb_in || !skb_out) { in bsd_decompress()
679 if ((p = skb_pull(skb_in, 2)) == NULL) { in bsd_decompress()
684 ilen = skb_in->len; in bsd_decompress()
[all …]
Disdn_ppp.c39 static struct sk_buff *isdn_ppp_compress(struct sk_buff *skb_in, int *proto,
2614 static struct sk_buff *isdn_ppp_compress(struct sk_buff *skb_in, int *proto, in isdn_ppp_compress() argument
2625 return skb_in; in isdn_ppp_compress()
2629 return skb_in; in isdn_ppp_compress()
2645 return skb_in; in isdn_ppp_compress()
2649 return skb_in; in isdn_ppp_compress()
2653 skb_out = alloc_skb(skb_in->len + skb_in->len / 2 + 32 + in isdn_ppp_compress()
2654 skb_headroom(skb_in), GFP_ATOMIC); in isdn_ppp_compress()
2656 return skb_in; in isdn_ppp_compress()
2657 skb_reserve(skb_out, skb_headroom(skb_in)); in isdn_ppp_compress()
[all …]
/linux-4.19.296/include/linux/
Dicmpv6.h56 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()
/linux-4.19.296/include/net/netfilter/ipv4/
Dnf_reject.h9 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
/linux-4.19.296/include/net/netfilter/ipv6/
Dnf_reject.h7 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code,