Home
last modified time | relevance | path

Searched refs:inet6_skb_parm (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v5.4/net/ipv6/
Dxfrm6_protocol.c78 static int xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_esp_err()
107 static int xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ah_err()
136 static int xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ipcomp_err()
Dtunnel6.c125 static int tunnel6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel6_err()
137 static int tunnel46_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel46_err()
Dfou6.c75 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()
Dudp_impl.h12 int __udp6_lib_err(struct sk_buff *, struct inet6_skb_parm *, u8, u8, int,
Dexthdrs.c211 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()
479 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv()
823 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts()
Dudplite.c21 struct inet6_skb_parm *opt, in udplitev6_err()
Dip6_input.c147 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in ip6_rcv_core()
507 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_mc_input()
Dmip6.c200 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb; in mip6_destopt_reject()
Dipcomp6.c44 static int ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ipcomp6_err()
Dudp.c410 struct inet6_skb_parm *opt, in __udp6_lib_err_encap_no_sk()
416 int (*handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, in __udp6_lib_err_encap_no_sk()
453 struct inet6_skb_parm *opt, in __udp6_lib_err_encap()
491 int __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in __udp6_lib_err()
594 struct inet6_skb_parm *opt, u8 type, in udpv6_err()
Dxfrm6_tunnel.c232 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_tunnel_err()
Dicmp.c83 static int icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in icmpv6_err()
312 struct inet6_skb_parm *opt = IP6CB(skb); in mip6_addr_swap()
Daf_inet6.c783 const struct inet6_skb_parm *opt) in ipv6_opt_accepted()
976 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
Dip6_tunnel.c469 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err()
561 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip4ip6_err()
654 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6ip6_err()
820 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in __ip6_tnl_rcv()
/Linux-v5.4/include/linux/
Derrqueue.h18 struct inet6_skb_parm h6;
Dipv6.h118 struct inet6_skb_parm { struct
154 #define IP6CB(skb) ((struct inet6_skb_parm*)((skb)->cb))
/Linux-v5.4/include/net/
Dip6_tunnel.h72 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()
Dprotocol.h62 struct inet6_skb_parm *opt,
Dudp.h42 struct inet6_skb_parm h6;
/Linux-v5.4/net/bridge/
Dbr_netfilter_ipv6.c135 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in br_validate_ipv6()
/Linux-v5.4/net/bridge/netfilter/
Dnf_conntrack_bridge.c181 br_skb_cb_save(skb, &cb, sizeof(struct inet6_skb_parm)); in nf_ct_br_defrag6()
/Linux-v5.4/net/ieee802154/6lowpan/
Dreassembly.c95 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet6_skb_parm)); in lowpan_frag_queue()
/Linux-v5.4/net/dccp/
Dipv6.c67 static int 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()
Ddccp.h353 struct inet6_skb_parm h6;
/Linux-v5.4/net/sctp/
Dipv6.c125 static int sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in sctp_v6_err()
478 addr->v6.sin6_scope_id = ((struct inet6_skb_parm *)skb->cb)->iif; in sctp_v6_from_skb()

12