Lines Matching defs:lport
112 #define IN6PCBHASH_PORT(table, lport) \
113 &(table)->inpt_porthashtbl[ntohs(lport) & (table)->inpt_porthash]
114 #define IN6PCBHASH_BIND(table, laddr, lport) \
117 (laddr)->s6_addr32[2] ^ (laddr)->s6_addr32[3]) + ntohs(lport)) & \
119 #define IN6PCBHASH_CONNECT(table, faddr, fport, laddr, lport) \
125 ntohs(lport))) & (table)->inpt_bindhash]
609 in_port_t fport = fport_arg, lport = lport_arg;
637 lport = 0;
724 if (lport == 0 && fport == 0 && flowinfo &&
732 (lport && inp->inp_lport != lport) ||
839 in_port_t lport = lport_arg;
844 head = IN6PCBHASH_PORT(table, lport);
849 if (inp->inp_lport != lport)
924 if (vp->lport != lport)
1050 in_port_t fport = fport_arg, lport = lport_arg;
1055 head = IN6PCBHASH_CONNECT(table, faddr6, fport, laddr6, lport);
1063 if (inp->inp_lport != lport)
1094 in_port_t lport = lport_arg;
1099 head = IN6PCBHASH_BIND(table, laddr6, lport);
1108 if (inp->inp_lport != lport)
1120 head = IN6PCBHASH_BIND(table, &zero_mapped, lport);
1129 if (inp->inp_lport != lport)
1138 head = IN6PCBHASH_BIND(table, &zeroin6_addr, lport);
1147 if (inp->inp_lport != lport)