| /linux/include/net/ |
| H A D | seg6.h | 69 extern void seg6_icmp_srh(struct sk_buff *skb, struct inet6_skb_parm *opt); 81 struct inet6_skb_parm *opt) in seg6_get_daddr()
|
| H A D | ip6_tunnel.h | 73 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, 171 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in ip6tunnel_xmit()
|
| H A D | protocol.h | 58 struct inet6_skb_parm *opt,
|
| /linux/net/ipv6/ |
| 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 | 128 static int xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_esp_err() 157 static int xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ah_err() 186 static int xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ipcomp_err()
|
| H A D | exthdrs.c | 234 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao() 298 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv() 372 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_srh_rcv() 490 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rpl_srh_rcv() 657 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv() 1057 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts()
|
| H A D | mip6.c | 200 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb; in mip6_destopt_reject()
|
| H A D | icmp.c | 74 static int icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in icmpv6_err() 335 static void mip6_addr_swap(struct sk_buff *skb, const struct inet6_skb_parm *opt) in mip6_addr_swap() 351 static inline void mip6_addr_swap(struct sk_buff *skb, const struct inet6_skb_parm *opt) {} in mip6_addr_swap() 638 const struct inet6_skb_parm *parm) in icmp6_send() 1040 struct inet6_skb_parm *opt = IP6CB(skb); in icmpv6_notify()
|
| H A D | ip6_input.c | 217 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in ip6_rcv_core() 590 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 | 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 | ip6_tunnel.c | 470 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err() 567 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip4ip6_err() 667 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6ip6_err() 709 mplsip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in mplsip6_err() 868 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in __ip6_tnl_rcv()
|
| H A D | seg6.c | 109 void seg6_icmp_srh(struct sk_buff *skb, struct inet6_skb_parm *opt) in seg6_icmp_srh()
|
| H A D | af_inet6.c | 842 const struct inet6_skb_parm *opt) in ipv6_opt_accepted() 1003 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
|
| H A D | ah6.c | 662 static int ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ah6_err()
|
| H A D | tcp_ipv6.c | 395 static int tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tcp_v6_err() 1327 sizeof(struct inet6_skb_parm)); 1699 sizeof(struct inet6_skb_parm));
|
| /linux/include/linux/ |
| H A D | errqueue.h | 18 struct inet6_skb_parm h6;
|
| H A D | ipv6.h | 156 struct inet6_skb_parm { struct 196 #define IP6CB(skb) ((struct inet6_skb_parm*)((skb)->cb))
|
| /linux/net/dccp/ |
| H A D | ipv6.c | |
| H A D | dccp.h | |
| /linux/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 98 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet6_skb_parm)); in lowpan_frag_queue()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 161 static int sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in sctp_v6_err() 538 addr->v6.sin6_scope_id = ((struct inet6_skb_parm *)skb->cb)->iif; in sctp_v6_from_skb()
|
| H A D | output.c | 538 sizeof(struct inet6_skb_parm))); in sctp_packet_pack()
|
| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 40 struct inet6_skb_parm h6;
|
| /linux/net/xfrm/ |
| H A D | xfrm_input.c | 38 struct inet6_skb_parm h6;
|