Searched refs:ETH_P_IP (Results 201 - 225 of 449) sorted by last modified time

1234567891011>>

/linux-master/net/netfilter/
H A Dnf_synproxy_core.c430 nskb->protocol = htons(ETH_P_IP);
/linux-master/net/ipv6/
H A Dexthdrs.c412 skb->protocol = htons(ETH_P_IP);
/linux-master/net/ethtool/
H A Dioctl.c3281 match->key.basic.n_proto = htons(ETH_P_IP);
/linux-master/net/bluetooth/bnep/
H A Dcore.c92 s->proto_filter[0].start = ETH_P_IP;
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c1028 if (arphdr->ar_pro != htons(ETH_P_IP))
1487 if (proto != htons(ETH_P_IP))
/linux-master/include/net/netfilter/
H A Dnf_queue.h87 case htons(ETH_P_IP):
/linux-master/drivers/net/usb/
H A Dhso.c926 odev->skb_rx_buf->protocol = cpu_to_be16(ETH_P_IP);
H A Dcdc_mbim.c214 case htons(ETH_P_IP):
378 proto = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c417 if (proto_type == ETH_P_IP) {
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c719 if (skb->protocol == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/sfc/
H A Dtx_tso.c155 if (protocol == htons(ETH_P_IP)) {
183 if (st->protocol == htons(ETH_P_IP)) {
H A Drx_common.c648 if (spec->ether_type == htons(ETH_P_IP) &&
901 if (req->spec.ether_type == htons(ETH_P_IP))
917 if (req->spec.ether_type == htons(ETH_P_IP))
972 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6)) {
992 if (fk.basic.n_proto == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c650 if (spec->ether_type == htons(ETH_P_IP) &&
906 if (req->spec.ether_type == htons(ETH_P_IP))
922 if (req->spec.ether_type == htons(ETH_P_IP))
978 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6)) {
998 if (fk.basic.n_proto == htons(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c556 if (protocol == ETH_P_IP) {
752 if (protocol == ETH_P_IP)
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c938 case htons(ETH_P_IP):
1768 case htons(ETH_P_IP):
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1322 if (skb->protocol == cpu_to_be16(ETH_P_IP)) {
1346 if (skb->protocol == cpu_to_be16(ETH_P_IP)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c65 if (skb->protocol == htons(ETH_P_IP)) {
237 (skb->protocol != htons(ETH_P_IP) &&
284 (skb->protocol != htons(ETH_P_IP) &&
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c320 if (fk->basic.n_proto == htons(ETH_P_IP)) {
352 * @l3_proto: ETH_P_IP or ETH_P_IPV6 in network order
368 if (l3_proto == htons(ETH_P_IP) && l4_proto == IPPROTO_UDP)
370 else if (l3_proto == htons(ETH_P_IP) && l4_proto == IPPROTO_TCP)
424 if ((n_proto == htons(ETH_P_IP) && !ip_is_fragment(ip_hdr(skb))) ||
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c338 val_16 = htons(ETH_P_IP);
439 val_16 = htons(ETH_P_IP);
/linux-master/drivers/net/
H A Damt.c530 skb->protocol = htons(ETH_P_IP);
555 eth->h_proto = htons(ETH_P_IP);
1037 skb_set_inner_protocol(skb, htons(ETH_P_IP));
1094 skb_set_inner_protocol(skb, htons(ETH_P_IP));
1152 skb_set_inner_protocol(skb, htons(ETH_P_IP));
2296 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_IP), false))
2312 skb->protocol = htons(ETH_P_IP);
2313 eth->h_proto = htons(ETH_P_IP);
2396 skb->protocol = htons(ETH_P_IP);
2397 eth->h_proto = htons(ETH_P_IP);
[all...]
/linux-master/arch/um/drivers/
H A Dvector_user.c454 txfd = create_raw_fd(iface, 0, ETH_P_IP); /* Turn off RX on this fd */
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c212 .h_proto = htons(ETH_P_IP),
/linux-master/net/xfrm/
H A Dxfrm_output.c414 skb->protocol = htons(ETH_P_IP);
697 case ETH_P_IP:
797 skb->protocol = htons(ETH_P_IP);
884 case htons(ETH_P_IP):
898 if (skb->protocol == htons(ETH_P_IP))
/linux-master/net/netrom/
H A Dnr_dev.c52 skb->protocol = htons(ETH_P_IP);
/linux-master/net/bridge/
H A Dbr_switchdev.c530 if (mp->addr.proto == htons(ETH_P_IP))

Completed in 659 milliseconds

1234567891011>>