Home
last modified time | relevance | path

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

/freebsd-14-stable/tests/sys/netpfil/pf/
HDfrag-overhole.py60 if a and a.type == sp.ETH_P_IP and \
69 if a and a.type == sp.ETH_P_IP and \
HDfrag-adjhole.py39 if a and a.type == sp.ETH_P_IP and \
HDfrag-overindex.py68 if a and a.type == sp.ETH_P_IP and \
HDfrag-overlimit.py73 if a and a.type == ETH_P_IP and \
HDfrag-overreplace.py71 if a and a.type == sp.ETH_P_IP and \
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDif_ether.h53 #define ETH_P_IP ETHERTYPE_IP macro
/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore_tcp_ip.h35 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
HDecore_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-14-stable/contrib/wpa/src/utils/
HDcommon.h338 #ifndef ETH_P_IP
339 #define ETH_P_IP 0x0800 macro
/freebsd-14-stable/contrib/wpa/src/ap/
HDfils_hlp.c260 wpabuf_put_be16(resp, ETH_P_IP); in fils_dhcp_handler()
567 case ETH_P_IP: in fils_process_hlp_req()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDtx.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()
HDrxmq.c170 (shdr->type != htons(ETH_P_IP) && in iwl_mvm_create_skb()
HDmac80211.c6529 if (skb->protocol != htons(ETH_P_IP)) in iwl_mvm_mac_can_aggregate()
/freebsd-14-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_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-14-stable/sys/dev/irdma/
HDirdma_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-14-stable/sys/contrib/dev/rtw89/
HDcore.c961 if (skb->protocol == htons(ETH_P_IP) && in rtw89_core_tx_btc_spec_pkt_notify()
972 if (skb->protocol == htons(ETH_P_IP) && in rtw89_core_tx_btc_spec_pkt_notify()
HDfw.c2474 arp_hdr->ar_pro = htons(ETH_P_IP); in rtw89_arp_response_get()
/freebsd-14-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_netdev.c306 if (skb->protocol != htons(ETH_P_IP)) in mlx4_en_filter_rfs()