| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | icmpv6.h | 20 const struct inet6_skb_parm *parm); 23 const struct inet6_skb_parm *parm); 26 const struct inet6_skb_parm *parm) in __icmpv6_send() 42 const struct inet6_skb_parm *parm); 60 struct inet6_skb_parm parm = { 0 }; in icmpv6_ndo_send()
|
| H A D | errqueue.h | 18 struct inet6_skb_parm h6;
|
| H A D | ipv6.h | 125 struct inet6_skb_parm { struct 161 #define IP6CB(skb) ((struct inet6_skb_parm*)((skb)->cb))
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_icmp.c | 37 const struct inet6_skb_parm *parm) in __icmpv6_send() 54 struct inet6_skb_parm parm = { 0 }; in icmpv6_ndo_send()
|
| H A D | tunnel6.c | 203 static int tunnel6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel6_err() 215 static int tunnel46_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel46_err() 227 static int tunnelmpls6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnelmpls6_err()
|
| H A D | xfrm6_protocol.c | 126 static int xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_esp_err() 155 static int xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ah_err() 184 static int xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ipcomp_err()
|
| H A D | fou6.c | 75 struct inet6_skb_parm *opt, in gue6_err_proto_handler() 89 static int gue6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in gue6_err()
|
| H A D | udp_impl.h | 12 int __udp6_lib_err(struct sk_buff *, struct inet6_skb_parm *, u8, u8, int,
|
| H A D | exthdrs.c | 211 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao() 280 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv() 354 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_srh_rcv() 474 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rpl_srh_rcv() 668 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv() 1019 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts()
|
| H A D | udplite.c | 21 struct inet6_skb_parm *opt, in udplitev6_err()
|
| H A D | icmp.c | 83 static int icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in icmpv6_err() 334 static void mip6_addr_swap(struct sk_buff *skb, const struct inet6_skb_parm *opt) in mip6_addr_swap() 353 static inline void mip6_addr_swap(struct sk_buff *skb, const struct inet6_skb_parm *opt) {} in mip6_addr_swap() 449 const struct inet6_skb_parm *parm) in icmp6_send()
|
| H A D | mip6.c | 200 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb; in mip6_destopt_reject()
|
| H A D | ip6_input.c | 173 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in ip6_rcv_core() 525 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_mc_input()
|
| H A D | ipcomp6.c | 44 static int ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ipcomp6_err()
|
| H A D | udp.c | 466 struct inet6_skb_parm *opt, in __udp6_lib_err_encap_no_sk() 472 int (*handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, in __udp6_lib_err_encap_no_sk() 509 struct inet6_skb_parm *opt, in __udp6_lib_err_encap() 547 int __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in __udp6_lib_err() 650 struct inet6_skb_parm *opt, u8 type, in udpv6_err()
|
| H A D | ip6_tunnel.c | 496 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err() 593 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip4ip6_err() 686 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6ip6_err() 728 mplsip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in mplsip6_err() 874 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in __ip6_tnl_rcv()
|
| H A D | xfrm6_tunnel.c | 232 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_tunnel_err()
|
| H A D | af_inet6.c | 845 const struct inet6_skb_parm *opt) in ipv6_opt_accepted() 1044 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip6_tunnel.h | 72 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, 158 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in ip6tunnel_xmit()
|
| H A D | protocol.h | 58 struct inet6_skb_parm *opt,
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_netfilter_ipv6.c | 135 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in br_validate_ipv6()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | nf_conntrack_bridge.c | 188 br_skb_cb_save(skb, &cb, sizeof(struct inet6_skb_parm)); in nf_ct_br_defrag6()
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | ipv6.c | 67 static int dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in dccp_v6_err() 675 sizeof(struct inet6_skb_parm)); in dccp_v6_do_rcv()
|
| H A D | dccp.h | 342 struct inet6_skb_parm h6;
|
| /OK3568_Linux_fs/kernel/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 95 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet6_skb_parm)); in lowpan_frag_queue()
|