Home
last modified time | relevance | path

Searched refs:tcp_ipv4 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_rss.c57 nic_dev->rss_type.tcp_ipv4 = 1; in hinic3_init_rss_parameters()
145 L2NIC_RSS_TYPE_SET(rss_type.tcp_ipv4, TCP_IPV4) | in hinic3_set_rss_type()
H A Dhinic3_nic_dev.h60 u8 tcp_ipv4; member
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h47 u8 tcp_ipv4; member
H A Dhinic_port.c726 HINIC_RSS_TYPE_SET(rss_type.tcp_ipv4, TCP_IPV4) | in hinic_set_rss_type()
789 rss_type->tcp_ipv4 = HINIC_RSS_TYPE_GET(ctx_tbl.context, TCP_IPV4); in hinic_get_rss_type()
H A Dhinic_ethtool.c942 if (rss_type.tcp_ipv4) in hinic_get_rxfh_fields()
986 rss_type->tcp_ipv4 = rss_l4_en; in set_l4_rss_hash_ops()
H A Dhinic_main.c357 nic_dev->rss_type.tcp_ipv4 = 1; in hinic_init_rss_parameters()
/linux/Documentation/networking/
H A Dproc_net_tcp.rst11 connections, and are implemented by tcp4_seq_show() in net/ipv4/tcp_ipv4.c
/linux/net/ipv4/
H A DMakefile10 tcp.o tcp_input.o tcp_output.o tcp_timer.o tcp_ipv4.o \