Searched refs:flowlabel (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dflow.h29 __be32 flowlabel; member in struct:flowi::__anon10508::__anon10510
43 #define fl6_flowlabel nl_u.ip6_u.flowlabel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_mangle.c92 u_int32_t flowlabel, mark; local
95 /* save source/dest address, mark, hoplimit, flowlabel, priority, */
101 /* flowlabel and prio (includes version, which shouldn't change either */
102 flowlabel = *((u_int32_t *)ipv6_hdr(*pskb));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dudp.c571 struct ip6_flowlabel *flowlabel = NULL; local
666 flowlabel = fl6_sock_lookup(sk, fl.fl6_flowlabel);
667 if (flowlabel == NULL)
669 daddr = &flowlabel->dst;
705 fl6_sock_release(flowlabel);
708 if ((fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
709 flowlabel = fl6_sock_lookup(sk, fl.fl6_flowlabel);
710 if (flowlabel == NULL)
719 if (flowlabel)
720 opt = fl6_merge_options(&opt_space, flowlabel, op
[all...]
H A Draw.c678 struct ip6_flowlabel *flowlabel = NULL; local
724 flowlabel = fl6_sock_lookup(sk, fl.fl6_flowlabel);
725 if (flowlabel == NULL)
727 daddr = &flowlabel->dst;
757 fl6_sock_release(flowlabel);
771 fl6_sock_release(flowlabel);
774 if ((fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
775 flowlabel = fl6_sock_lookup(sk, fl.fl6_flowlabel);
776 if (flowlabel == NULL)
784 if (flowlabel)
[all...]
H A Ddatagram.c45 struct ip6_flowlabel *flowlabel = NULL; local
66 flowlabel = fl6_sock_lookup(sk, fl.fl6_flowlabel);
67 if (flowlabel == NULL)
69 ipv6_addr_copy(&usin->sin6_addr, &flowlabel->dst);
160 if (flowlabel) {
161 if (flowlabel->opt && flowlabel->opt->srcrt) {
162 struct rt0_hdr *rt0 = (struct rt0_hdr *) flowlabel->opt->srcrt;
208 fl6_sock_release(flowlabel);
H A Dtcp_ipv6.c150 struct ip6_flowlabel *flowlabel; local
151 flowlabel = fl6_sock_lookup(sk, fl.fl6_flowlabel);
152 if (flowlabel == NULL)
154 ipv6_addr_copy(&usin->sin6_addr, &flowlabel->dst);
155 fl6_sock_release(flowlabel);
H A Droute.c750 .flowlabel = (* (__be32 *) iph)&IPV6_FLOWINFO_MASK,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv6.c938 struct ip6_flowlabel *flowlabel; local
939 flowlabel = fl6_sock_lookup(sk, fl.fl6_flowlabel);
940 if (flowlabel == NULL)
942 ipv6_addr_copy(&usin->sin6_addr, &flowlabel->dst);
943 fl6_sock_release(flowlabel);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex179 flowlabel and DS field are received as ancillary data object
360 perror ("can't lease flowlabel");

Completed in 144 milliseconds