Home
last modified time | relevance | path

Searched refs:ETH_P_IP (Results 1 – 17 of 17) sorted by relevance

/freebsd/tests/sys/netpfil/pf/
H A Dfrag-overhole.py60 if a and a.type == sp.ETH_P_IP and \
69 if a and a.type == sp.ETH_P_IP and \
H A Dfrag-adjhole.py39 if a and a.type == sp.ETH_P_IP and \
H A Dfrag-overindex.py68 if a and a.type == sp.ETH_P_IP and \
H A Dfrag-overlimit.py73 if a and a.type == ETH_P_IP and \
H A Dfrag-overreplace.py71 if a and a.type == sp.ETH_P_IP and \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h53 #define ETH_P_IP ETHERTYPE_IP macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h35 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
H A Decore_iwarp.c2051 if (eth_type == ETH_P_IP) { in ecore_iwarp_parse_rx_pkt()
2521 if (eth_type == ETH_P_IP) { in ecore_iwarp_mpa_print_tcp_seq()
/freebsd/contrib/wpa/src/utils/
H A Dcommon.h338 #ifndef ETH_P_IP
339 #define ETH_P_IP 0x0800 macro
/freebsd/contrib/wpa/src/ap/
H A Dfils_hlp.c260 wpabuf_put_be16(resp, ETH_P_IP); in fils_dhcp_handler()
567 case ETH_P_IP: in fils_process_hlp_req()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c60 (skb->protocol != htons(ETH_P_IP) && in iwl_mvm_tx_csum()
67 if (skb->protocol == htons(ETH_P_IP)) { in iwl_mvm_tx_csum()
112 if (skb->protocol == htons(ETH_P_IP) && amsdu) { in iwl_mvm_tx_csum()
952 bool ipv4 = (skb->protocol == htons(ETH_P_IP)); in iwl_mvm_tx_tso_segment()
H A Drxmq.c170 (shdr->type != htons(ETH_P_IP) && in iwl_mvm_create_skb()
H A Dmac80211.c6529 if (skb->protocol != htons(ETH_P_IP))
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1896 ethertype, ETH_P_IP); in parse_flow_attr()
2044 ib_spec->eth.val.ether_type == htons(ETH_P_IP))) in is_valid_attr()
/freebsd/sys/dev/irdma/
H A Dirdma_cm.c530 htons(ETH_P_IP); in irdma_form_uda_cm_frame()
532 ethh->ether_type = htons(ETH_P_IP); in irdma_form_uda_cm_frame()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c877 if (skb->protocol == htons(ETH_P_IP) && in rtw89_core_tx_btc_spec_pkt_notify()
888 if (skb->protocol == htons(ETH_P_IP) && in rtw89_core_tx_btc_spec_pkt_notify()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c306 if (skb->protocol != htons(ETH_P_IP)) in mlx4_en_filter_rfs()