Home
last modified time | relevance | path

Searched refs:phash (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv6/
H A Dinet6_hashtables.c138 u32 phash; in inet6_lookup_reuseport() local
141 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport()
143 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet6_lookup_reuseport()
/linux/net/ipv4/
H A Dtcp_ao.c904 u8 *traffic_key, u8 *phash, u32 sne, int l3index) in tcp_ao_verify_hash() argument
925 (phash - (u8 *)th), sne); in tcp_ao_verify_hash()
926 if (memcmp(phash, hash_buf, maclen)) { in tcp_ao_verify_hash()
949 u8 *phash = (u8 *)(aoh + 1); /* hash goes just after the header */ in tcp_inbound_ao_hash() local
997 traffic_key, phash, sne, l3index); in tcp_inbound_ao_hash()
1064 traffic_key, phash, sne, l3index); in tcp_inbound_ao_hash()
H A Dinet_hashtables.c358 u32 phash; in inet_lookup_reuseport() local
361 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
363 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet_lookup_reuseport()
/linux/net/sctp/
H A Dinput.c866 __u32 phash = sctp_hashfn(net, lport, paddr, 0); in __sctp_rcv_lookup_endpoint() local
868 sk = reuseport_select_sock(sk, phash, skb, in __sctp_rcv_lookup_endpoint()