/Linux-v4.19/net/ipv6/ |
D | xfrm6_protocol.c | 83 static void xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_esp_err() 110 static void xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ah_err() 137 static void xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ipcomp_err()
|
D | tunnel6.c | 137 static void tunnel6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel6_err() 147 static void tunnel46_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel46_err()
|
D | udp_impl.h | 12 void __udp6_lib_err(struct sk_buff *, struct inet6_skb_parm *, u8, u8, int,
|
D | exthdrs.c | 215 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao() 284 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv() 358 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_srh_rcv() 483 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv() 827 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts()
|
D | udplite.c | 24 struct inet6_skb_parm *opt, in udplitev6_err()
|
D | ip6_input.c | 145 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in ip6_rcv_core() 457 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_mc_input()
|
D | mip6.c | 212 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb; in mip6_destopt_reject()
|
D | ipcomp6.c | 56 static int ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ipcomp6_err()
|
D | xfrm6_tunnel.c | 242 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_tunnel_err()
|
D | af_inet6.c | 743 const struct inet6_skb_parm *opt) in ipv6_opt_accepted() 912 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
|
D | icmp.c | 87 static void icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in icmpv6_err() 315 struct inet6_skb_parm *opt = IP6CB(skb); in mip6_addr_swap()
|
D | ip6_tunnel.c | 474 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err() 566 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip4ip6_err() 659 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6ip6_err() 825 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in __ip6_tnl_rcv()
|
D | tcp_ipv6.c | 352 static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tcp_v6_err() 1056 sizeof(struct inet6_skb_parm)); in tcp_v6_restore_cb() 1412 sizeof(struct inet6_skb_parm)); in tcp_v6_fill_cb()
|
D | ah6.c | 657 static int ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ah6_err()
|
/Linux-v4.19/include/linux/ |
D | errqueue.h | 18 struct inet6_skb_parm h6;
|
D | ipv6.h | 112 struct inet6_skb_parm { struct 148 #define IP6CB(skb) ((struct inet6_skb_parm*)((skb)->cb))
|
/Linux-v4.19/include/net/ |
D | protocol.h | 62 struct inet6_skb_parm *opt,
|
D | ip6_tunnel.h | 156 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in ip6tunnel_xmit()
|
D | udp.h | 46 struct inet6_skb_parm h6;
|
D | xfrm.h | 662 struct inet6_skb_parm h6; 1487 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, 1505 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt,
|
/Linux-v4.19/net/bridge/ |
D | br_netfilter_ipv6.c | 138 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in br_validate_ipv6()
|
/Linux-v4.19/net/dccp/ |
D | ipv6.c | 71 static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in dccp_v6_err() 670 sizeof(struct inet6_skb_parm)); in dccp_v6_do_rcv()
|
D | dccp.h | 356 struct inet6_skb_parm h6;
|
/Linux-v4.19/net/sctp/ |
D | ipv6.c | 141 static void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in sctp_v6_err() 491 addr->v6.sin6_scope_id = ((struct inet6_skb_parm *)skb->cb)->iif; in sctp_v6_from_skb()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_input.c | 33 struct inet6_skb_parm h6;
|