• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/

Lines Matching defs:protocol

164 	/* Hash by protocol, client address and port */
165 hash = ip_vs_conn_hashkey(cp->af, cp->protocol, &cp->caddr, cp->cport);
198 hash = ip_vs_conn_hashkey(cp->af, cp->protocol, &cp->caddr, cp->cport);
225 (int af, int protocol, const union nf_inet_addr *s_addr, __be16 s_port,
231 hash = ip_vs_conn_hashkey(af, protocol, s_addr, s_port);
241 protocol == cp->protocol) {
255 (int af, int protocol, const union nf_inet_addr *s_addr, __be16 s_port,
260 cp = __ip_vs_conn_in_get(af, protocol, s_addr, s_port, d_addr, d_port);
262 cp = __ip_vs_conn_in_get(af, protocol, s_addr, 0, d_addr,
266 ip_vs_proto_name(protocol),
287 return ip_vs_conn_in_get(af, iph->protocol,
291 return ip_vs_conn_in_get(af, iph->protocol,
299 (int af, int protocol, const union nf_inet_addr *s_addr, __be16 s_port,
305 hash = ip_vs_conn_hashkey(af, protocol, s_addr, s_port);
312 /* protocol should only be IPPROTO_IP if
314 ip_vs_addr_equal(protocol == IPPROTO_IP ? AF_UNSPEC : af,
318 protocol == cp->protocol) {
330 ip_vs_proto_name(protocol),
345 (int af, int protocol, const union nf_inet_addr *s_addr, __be16 s_port,
354 hash = ip_vs_conn_hashkey(af, protocol, d_addr, d_port);
363 protocol == cp->protocol) {
374 ip_vs_proto_name(protocol),
395 return ip_vs_conn_out_get(af, iph->protocol,
399 return ip_vs_conn_out_get(af, iph->protocol,
530 ip_vs_proto_name(cp->protocol),
542 state (inactive) or other protocol inacive state */
571 cp->protocol);
593 ip_vs_proto_name(cp->protocol),
653 "protocol %s s:%s:%d v:%s:%d "
655 ip_vs_proto_name(ct->protocol),
771 cp->protocol = proto;
901 ip_vs_proto_name(cp->protocol),
905 ip_vs_state_name(cp->protocol, cp->state),
912 ip_vs_proto_name(cp->protocol),
916 ip_vs_state_name(cp->protocol, cp->state),
962 ip_vs_proto_name(cp->protocol),
966 ip_vs_state_name(cp->protocol, cp->state),
974 ip_vs_proto_name(cp->protocol),
978 ip_vs_state_name(cp->protocol, cp->state),
1061 if (cp->protocol == IPPROTO_TCP) {