Searched refs:rxopt (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dipv6_sockglue.c306 np->rxopt.bits.rxinfo = valbool;
311 np->rxopt.bits.rxoinfo = valbool;
316 np->rxopt.bits.rxhlim = valbool;
321 np->rxopt.bits.rxohlim = valbool;
328 np->rxopt.bits.srcrt = val;
335 np->rxopt.bits.osrcrt = val;
340 np->rxopt.bits.hopopts = valbool;
345 np->rxopt.bits.ohopopts = valbool;
350 np->rxopt.bits.dstopts = valbool;
355 np->rxopt
[all...]
H A Ddatagram.c348 if (np->rxopt.all)
394 if (np->rxopt.bits.rxinfo) {
402 if (np->rxopt.bits.rxhlim) {
407 if (np->rxopt.bits.rxtclass) {
412 if (np->rxopt.bits.rxflow && (*(__be32 *)nh & IPV6_FLOWINFO_MASK)) {
418 if (np->rxopt.bits.hopopts && opt->hop) {
424 (np->rxopt.bits.dstopts || np->rxopt.bits.srcrt)) {
445 if (np->rxopt.bits.dstopts)
451 if (np->rxopt
[all...]
H A Daf_inet6.c700 if (np->rxopt.all) {
701 if ((opt->hop && (np->rxopt.bits.hopopts ||
702 np->rxopt.bits.ohopopts)) ||
705 np->rxopt.bits.rxflow) ||
706 (opt->srcrt && (np->rxopt.bits.srcrt ||
707 np->rxopt.bits.osrcrt)) ||
709 (np->rxopt.bits.dstopts || np->rxopt.bits.odstopts)))
H A Dtcp_ipv6.c488 np->rxopt.bits.osrcrt == 2 &&
491 struct inet6_skb_parm *rxopt = IP6CB(pktopts); local
492 if (rxopt->srcrt)
495 rxopt->srcrt));
1282 np->rxopt.bits.rxinfo || np->rxopt.bits.rxoinfo ||
1283 np->rxopt.bits.rxhlim || np->rxopt.bits.rxohlim) {
1387 if (np->rxopt.bits.osrcrt == 2 &&
1389 struct inet6_skb_parm *rxopt local
[all...]
H A Dudp.c194 if (np->rxopt.all)
H A Draw.c446 if (np->rxopt.all)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv6.c257 np->rxopt.bits.osrcrt == 2 &&
260 struct inet6_skb_parm *rxopt = IP6CB(pktopts); local
262 if (rxopt->srcrt)
265 rxopt->srcrt));
470 np->rxopt.bits.rxinfo || np->rxopt.bits.rxoinfo ||
471 np->rxopt.bits.rxhlim || np->rxopt.bits.rxohlim) {
573 if (np->rxopt.bits.osrcrt == 2 && opt == NULL && ireq6->pktopts) {
574 const struct inet6_skb_parm *rxopt local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dipv6.h322 } rxopt; member in struct:ipv6_pinfo

Completed in 169 milliseconds