Searched refs:inet6_skb_parm (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Drawv6.h22 struct inet6_skb_parm *opt,
H A Dprotocol.h56 struct inet6_skb_parm *opt,
H A Dudp.h45 struct inet6_skb_parm h6;
H A Dtcp.h530 struct inet6_skb_parm h6;
H A Dxfrm.h901 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Derrqueue.h36 struct inet6_skb_parm h6;
H A Dipv6.h246 struct inet6_skb_parm { struct
263 #define IP6CB(skb) ((struct inet6_skb_parm*)((skb)->cb))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dudp_impl.h10 extern void __udp6_lib_err(struct sk_buff *, struct inet6_skb_parm *,
H A Dudplite.c26 struct inet6_skb_parm *opt,
H A Dtunnel6.c128 static void tunnel6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
H A Dexthdrs.c204 struct inet6_skb_parm *opt = IP6CB(skb);
237 struct inet6_skb_parm *opt2;
285 struct inet6_skb_parm *opt = IP6CB(skb);
365 struct inet6_skb_parm *opt = IP6CB(skb);
761 struct inet6_skb_parm *opt = IP6CB(skb);
H A Dmip6.c207 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb;
H A Dip6_input.c81 memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm));
H A Dxfrm6_tunnel.c267 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
H A Dip6_tunnel.c387 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt,
480 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
578 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
708 memset(skb->cb, 0, sizeof(struct inet6_skb_parm));
H A Dah6.c402 static void ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
H A Desp6.c258 static void esp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
H A Dipcomp6.c176 static void ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
H A Daf_inet6.c698 struct inet6_skb_parm *opt = IP6CB(skb);
758 BUILD_BUG_ON(sizeof(struct inet6_skb_parm) > sizeof(dummy_skb->cb));
H A Dudp.c217 void __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
252 struct inet6_skb_parm *opt, int type,
H A Dicmp.c274 struct inet6_skb_parm *opt = IP6CB(skb);
H A Dtcp_ipv6.c322 static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
491 struct inet6_skb_parm *rxopt = IP6CB(pktopts);
1389 struct inet6_skb_parm *rxopt = IP6CB(treq->pktopts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dipv6.c121 SCTP_STATIC void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
390 addr->v6.sin6_scope_id = ((struct inet6_skb_parm *)skb->cb)->iif;
693 struct inet6_skb_parm *opt = (struct inet6_skb_parm *) skb->cb;
H A Dinput.c105 struct inet6_skb_parm h6;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv6.c94 static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
260 struct inet6_skb_parm *rxopt = IP6CB(pktopts);
574 const struct inet6_skb_parm *rxopt = IP6CB(ireq6->pktopts);

Completed in 158 milliseconds

12