Home
last modified time | relevance | path

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

12

/openbmc/linux/include/linux/
H A Dicmpv6.h20 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 Derrqueue.h18 struct inet6_skb_parm h6;
H A Dipv6.h125 struct inet6_skb_parm { struct
165 #define IP6CB(skb) ((struct inet6_skb_parm*)((skb)->cb))
/openbmc/linux/include/net/
H A Dseg6.h62 extern void seg6_icmp_srh(struct sk_buff *skb, struct inet6_skb_parm *opt);
74 struct inet6_skb_parm *opt) in seg6_get_daddr()
H A Dip6_tunnel.h73 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt,
159 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in ip6tunnel_xmit()
H A Dprotocol.h57 struct inet6_skb_parm *opt,
/openbmc/linux/net/ipv6/
H A Dip6_icmp.c37 const struct inet6_skb_parm *parm) in __icmpv6_send()
54 struct inet6_skb_parm parm = { 0 }; in icmpv6_ndo_send()
H A Dtunnel6.c203 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 Dxfrm6_protocol.c126 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 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()
H A Dudp_impl.h12 int __udp6_lib_err(struct sk_buff *, struct inet6_skb_parm *, u8, u8, int,
H A Dexthdrs.c233 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao()
297 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv()
370 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_srh_rcv()
485 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rpl_srh_rcv()
651 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv()
1037 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts()
H A Dudplite.c31 struct inet6_skb_parm *opt, in udplitev6_err()
H A Dicmp.c74 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()
451 const struct inet6_skb_parm *parm) in icmp6_send()
834 struct inet6_skb_parm *opt = IP6CB(skb); in icmpv6_notify()
H A Dmip6.c200 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb; in mip6_destopt_reject()
H A Dip6_input.c178 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in ip6_rcv_core()
540 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_mc_input()
H A Dipcomp6.c44 static int ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ipcomp6_err()
H A Dudp.c477 struct inet6_skb_parm *opt, in __udp6_lib_err_encap_no_sk()
483 int (*handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, in __udp6_lib_err_encap_no_sk()
521 struct inet6_skb_parm *opt, in __udp6_lib_err_encap()
570 int __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in __udp6_lib_err()
686 struct inet6_skb_parm *opt, u8 type, in udpv6_err()
H A Dxfrm6_tunnel.c232 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_tunnel_err()
H A Dip6_tunnel.c463 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err()
560 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip4ip6_err()
653 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6ip6_err()
695 mplsip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in mplsip6_err()
856 memset(skb->cb, 0, sizeof(struct inet6_skb_parm)); in __ip6_tnl_rcv()
H A Dseg6.c111 void seg6_icmp_srh(struct sk_buff *skb, struct inet6_skb_parm *opt) in seg6_icmp_srh()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_ipv6.c76 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in br_validate_ipv6()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ovs.c164 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); in nf_ct_handle_fragments()
/openbmc/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c189 br_skb_cb_save(skb, &cb, sizeof(struct inet6_skb_parm)); in nf_ct_br_defrag6()
/openbmc/linux/net/dccp/
H A Dipv6.c74 static int dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in dccp_v6_err()
686 sizeof(struct inet6_skb_parm)); in dccp_v6_do_rcv()

12