Home
last modified time | relevance | path

Searched refs:inp_flowtype (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/netinet/
H A Din_pcb.h192 uint32_t inp_flowtype; /* (x) M_HASHTYPE value */ member
272 uint32_t inp_flowtype; /* (s) */ member
H A Dip_output.c342 M_HASHTYPE_SET(m, inp->inp_flowtype); in ip_output()
1452 optval = inp->inp_flowtype; in ip_ctloutput()
1460 inp->inp_flowtype, in ip_ctloutput()
H A Dtcp_timer.c235 cpuid = rss_hash2cpuid(inp->inp_flowid, inp->inp_flowtype); in inp_to_cpuid()
H A Dtcp_input.c924 if ((inp->inp_flowtype == M_HASHTYPE_NONE) && in tcp_input_with_port()
928 inp->inp_flowtype = M_HASHTYPE_GET(m); in tcp_input_with_port()
940 &inp->inp_flowtype); in tcp_input_with_port()
950 &inp->inp_flowtype); in tcp_input_with_port()
H A Dtcp_hpts.c1017 cpuid = rss_hash2cpuid(inp->inp_flowid, inp->inp_flowtype); in hpts_cpuid()
1028 if (inp->inp_flowtype == M_HASHTYPE_NONE) { in hpts_cpuid()
H A Din_pcb.c1309 inp->inp_flowtype = hash_type; in in_pcbconnect_setup()
2870 xi->inp_flowtype = inp->inp_flowtype; in in_pcbtoxinpcb()
H A Dsiftr.c666 *phashtype = inp->inp_flowtype; in siftr_get_flowid()
H A Dtcp_ratelimit.c1215 inp->inp_flowtype, in rt_setup_rate()
H A Dudp_usrreq.c1533 inp->inp_flowtype = M_HASHTYPE_OPAQUE; in udp_attach()
H A Dtcp_syncache.c833 inp->inp_flowtype = M_HASHTYPE_GET(m); in syncache_socket()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_connect.c103 inp->inp_flowtype = M_HASHTYPE_OPAQUE; in do_act_establish()
H A Dt4_listen.c979 inp->inp_flowtype = (inp->inp_vflag & INP_IPV6) ? in t4_offload_socket()
/freebsd/sys/kern/
H A Duipc_ktls.c415 cpuid = rss_hash2cpuid(inp->inp_flowid, inp->inp_flowtype); in ktls_get_cpu()
981 params.hdr.flowtype = inp->inp_flowtype; in ktls_alloc_snd_tag()
1061 params.hdr.flowtype = inp->inp_flowtype; in ktls_alloc_rcv_tag()
1685 params.hdr.flowtype = inp->inp_flowtype; in ktls_reset_receive_tag()
/freebsd/sys/netinet6/
H A Draw_ip6.c453 inp->inp_flowtype = hash_type; in rip6_send()
H A Dip6_output.c442 M_HASHTYPE_SET(m, inp->inp_flowtype); in ip6_output()
2228 optval = inp->inp_flowtype; in ip6_ctloutput()
2238 inp->inp_flowtype, in ip6_ctloutput()
H A Din6_pcb.c438 inp->inp_flowtype = hash_type; in in6_pcbconnect()
/freebsd/usr.bin/netstat/
H A Dinet.c527 inp->inp_flowtype); in protopr()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c511 if (inp->inp_flowtype != M_HASHTYPE_NONE) in t6_tls_tag_alloc()