Searched refs:ipv6_opt_hdr (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ipv6header.c56 struct ipv6_opt_hdr _hdr, *hp;
60 if (len < (int)sizeof(struct ipv6_opt_hdr))
H A Dip6t_hbh.c41 struct ipv6_opt_hdr _optsh, *oh;
H A Dnf_conntrack_l3proto_ipv6.c97 struct ipv6_opt_hdr hdr;
100 if (len < (int)sizeof(struct ipv6_opt_hdr))
H A Dip6t_LOG.c77 struct ipv6_opt_hdr _hdr, *hp;
H A Dnf_conntrack_reasm.c711 struct ipv6_opt_hdr hdr;
717 if (len < (int)sizeof(struct ipv6_opt_hdr)) {
H A Dip6_tables.c35 #define IPV6_OPTHDR_LEN (sizeof(struct ipv6_opt_hdr))
1429 struct ipv6_opt_hdr _hdr, *hp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dexthdrs_core.c71 struct ipv6_opt_hdr _hdr, *hp;
H A Dexthdrs.c55 struct ipv6_opt_hdr *hdr;
60 hdr = (struct ipv6_opt_hdr *)(nh + offset);
822 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt)
824 struct ipv6_opt_hdr *h = (struct ipv6_opt_hdr *)skb_push(skb, ipv6_optlen(opt));
880 struct ipv6_opt_hdr __user *newopt, int newoptlen,
882 struct ipv6_opt_hdr **hdr,
887 memcpy(*p, ohdr, ipv6_optlen((struct ipv6_opt_hdr *)ohdr));
888 *hdr = (struct ipv6_opt_hdr *)*p;
889 *p += CMSG_ALIGN(ipv6_optlen(*(struct ipv6_opt_hdr **)hd
[all...]
H A Dmip6.c260 struct ipv6_opt_hdr *exthdr =
261 (struct ipv6_opt_hdr *)(ipv6_hdr(skb) + 1);
292 exthdr = (struct ipv6_opt_hdr *)(nh + offset);
387 struct ipv6_opt_hdr *exthdr =
388 (struct ipv6_opt_hdr *)(ipv6_hdr(skb) + 1);
423 exthdr = (struct ipv6_opt_hdr *)(nh + offset);
H A Ddatagram.c506 struct ipv6_opt_hdr *hdr;
581 if (opt->hopopt || cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_opt_hdr))) {
586 hdr = (struct ipv6_opt_hdr *)CMSG_DATA(cmsg);
601 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_opt_hdr))) {
606 hdr = (struct ipv6_opt_hdr *)CMSG_DATA(cmsg);
626 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_opt_hdr))) {
631 hdr = (struct ipv6_opt_hdr *)CMSG_DATA(cmsg);
H A Dah6.c39 static int zero_out_mutable_opts(struct ipv6_opt_hdr *opthdr)
83 static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *destopt)
180 struct ipv6_opt_hdr *opth;
H A Dxfrm6_policy.c272 struct ipv6_opt_hdr *exthdr;
282 exthdr = (struct ipv6_opt_hdr *)(nh + offset);
290 exthdr = (struct ipv6_opt_hdr *)(nh + offset);
H A Dip6_flowlabel.c383 static int ipv6_hdr_cmp(struct ipv6_opt_hdr *h1, struct ipv6_opt_hdr *h2)
406 if (ipv6_hdr_cmp((struct ipv6_opt_hdr *)o1->srcrt, (struct ipv6_opt_hdr *)o2->srcrt))
H A Dipv6_sockglue.c45 struct ipv6_opt_hdr *opth;
395 (struct ipv6_opt_hdr __user *)optval,
789 struct ipv6_opt_hdr *hdr;
802 hdr = (struct ipv6_opt_hdr *)opt->srcrt;
H A Dip6_output.c537 struct ipv6_opt_hdr *exthdr =
538 (struct ipv6_opt_hdr *)(ipv6_hdr(skb) + 1);
566 exthdr = (struct ipv6_opt_hdr *)(skb_network_header(skb) +
H A Dip6_tunnel.c335 struct ipv6_opt_hdr *hdr;
340 hdr = (struct ipv6_opt_hdr *) (raw + off);
757 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dipv6.h50 struct ipv6_opt_hdr { struct
58 #define ipv6_destopt_hdr ipv6_opt_hdr
59 #define ipv6_hopopt_hdr ipv6_opt_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipv6.h195 struct ipv6_opt_hdr *hopopt;
196 struct ipv6_opt_hdr *dst0opt;
198 struct ipv6_opt_hdr *dst1opt;
250 struct ipv6_opt_hdr __user *newopt,

Completed in 207 milliseconds