Searched refs:pkt_type (Results 201 - 225 of 246) sorted by relevance

12345678910

/linux-master/net/ipv6/
H A Dmcast.c1569 if (skb->pkt_type == PACKET_LOOPBACK)
1573 if (skb->pkt_type != PACKET_MULTICAST &&
1574 skb->pkt_type != PACKET_BROADCAST)
H A Dudp.c1104 if (skb->pkt_type == PACKET_HOST)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c2593 skb->pkt_type = PACKET_HOST;
2595 skb->pkt_type = PACKET_BROADCAST;
2597 skb->pkt_type = PACKET_MULTICAST;
/linux-master/net/core/
H A Dfilter.c3402 BPF_CALL_2(bpf_skb_change_type, struct sk_buff *, skb, u32, pkt_type)
3405 if (unlikely(!skb_pkt_type_ok(skb->pkt_type) ||
3406 !skb_pkt_type_ok(pkt_type)))
3409 skb->pkt_type = pkt_type;
9568 case offsetof(struct __sk_buff, pkt_type):
H A Dskbuff.c1323 ntohs(skb->protocol), skb->pkt_type, skb->skb_iif,
5273 /* pkt_type of skbs received on local sockets is never PACKET_OUTGOING.
5276 skb->pkt_type = PACKET_OUTGOING;
6009 skb->pkt_type = PACKET_HOST;
H A Dpktgen.c2978 skb->pkt_type = PACKET_HOST;
3113 skb->pkt_type = PACKET_HOST;
/linux-master/net/mac80211/
H A Drx.c754 skb->pkt_type = PACKET_OTHERHOST;
4088 skb->pkt_type = PACKET_OTHERHOST;
5505 skb->pkt_type = IEEE80211_RX_MSG;
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2261 if (rxcp->pkt_type == BE_MULTICAST_PACKET)
2499 rxcp->pkt_type = GET_RX_COMPL_V1_BITS(cast_enc, compl);
2522 rxcp->pkt_type = GET_RX_COMPL_V0_BITS(cast_enc, compl);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1766 skb->pkt_type = PACKET_HOST;
1915 reply->pkt_type = PACKET_HOST;
2254 skb->pkt_type = PACKET_HOST;
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c45 skb->pkt_type = PACKET_OTHERHOST;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c676 skb->pkt_type = PACKET_HOST;
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddriver.c1694 skb->pkt_type = PACKET_HOST;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h2251 u8 pkt_type; member in struct:coalesce_receive_filt_rule
/linux-master/net/bridge/
H A Dbr_private.h889 enum br_pkt_type pkt_type, bool local_rcv, bool local_orig,
/linux-master/net/appletalk/
H A Dddp.c1310 if (skb->pkt_type != PACKET_HOST || !ddp->deh_dnet) {
/linux-master/net/ipv4/
H A Dip_tunnel.c385 skb->pkt_type = PACKET_BROADCAST;
H A Digmp.c1108 if (skb->pkt_type == PACKET_MULTICAST ||
1109 skb->pkt_type == PACKET_BROADCAST)
H A Dudp.c2576 if (skb->pkt_type == PACKET_MULTICAST) {
2590 } else if (skb->pkt_type == PACKET_HOST) {
H A Dtcp_ipv4.c1966 if (skb->pkt_type != PACKET_HOST)
2185 if (skb->pkt_type != PACKET_HOST)
/linux-master/net/openvswitch/
H A Dactions.c939 /* Need to set the pkt_type to involve the routing layer. The
943 skb->pkt_type = PACKET_OUTGOING;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c2914 uni_txd->pkt_type = MCU_PKT_ID;
2929 mcu_txd->pkt_type = MCU_PKT_ID;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c3135 uni_txd->pkt_type = MCU_PKT_ID;
3145 mcu_txd->pkt_type = MCU_PKT_ID;
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1218 if ((skb->pkt_type == PACKET_BROADCAST ||
1219 skb->pkt_type == PACKET_MULTICAST) &&
/linux-master/drivers/net/wan/
H A Dfarsync.c818 skb->pkt_type = PACKET_HOST;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1025 skb->pkt_type = PACKET_OTHERHOST;

Completed in 611 milliseconds

12345678910