Searched refs:pkt_type (Results 1 - 25 of 246) sorted by last modified time

12345678910

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c1746 u32 pkt_len, pkt_type, mport, pind; local
1862 pkt_type = get_unaligned_le16(&curr_ptr[2]);
1870 pkt_len, pkt_type);
1877 if ((pkt_type == MWIFIEX_TYPE_DATA ||
1878 (pkt_type == MWIFIEX_TYPE_AGGR_DATA &&
1888 pkt_type);
1895 pkt_type, pkt_len, len_arr[pind]);
1913 if (mwifiex_sdio_card_to_host(adapter, &pkt_type,
1922 if (mwifiex_sdio_card_to_host(adapter, &pkt_type,
1927 pkt_type
2000 u32 pkt_type; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dnat6to4.bpf.c58 if (skb->pkt_type != PACKET_HOST)
/linux-master/tools/include/uapi/linux/
H A Dbpf.h2540 * comes down to setting *skb*\ **->pkt_type** to *type*, except
2542 * **->pkt_type** beside this helper. Using a helper here allows
6224 __u32 pkt_type; member in struct:__sk_buff
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c297 skb->pkt_type = PACKET_HOST;
/linux-master/net/
H A Dsocket.c826 /* pkt_type of skbs enqueued on the error queue are set to
829 * have a pkt_type of PACKET_OUTGOING.
831 return skb->pkt_type == PACKET_OUTGOING;
/linux-master/net/packet/
H A Daf_packet.c1886 if (skb->pkt_type == PACKET_LOOPBACK)
2132 if (skb->pkt_type == PACKET_LOOPBACK)
2153 else if (skb->pkt_type == PACKET_OUTGOING) {
2187 sll->sll_pkttype = skb->pkt_type;
2261 if (skb->pkt_type == PACKET_LOOPBACK)
2273 else if (skb->pkt_type == PACKET_OUTGOING) {
2293 else if (skb->pkt_type != PACKET_OUTGOING &&
2461 sll->sll_pkttype = skb->pkt_type;
3529 else if (skb->pkt_type != PACKET_OUTGOING &&
/linux-master/net/openvswitch/
H A Dvport-netdev.c61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
/linux-master/net/netlink/
H A Daf_netlink.c304 nskb->pkt_type = netlink_is_kernel(sk) ?
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c1932 if (unlikely((skb->pkt_type != PACKET_HOST &&
1938 skb->pkt_type, iph.protocol,
/linux-master/net/mpls/
H A Daf_mpls.c372 if (skb->pkt_type != PACKET_HOST)
/linux-master/net/mac80211/
H A Dstatus.c29 skb->pkt_type = IEEE80211_TX_STATUS_MSG;
920 skb->pkt_type = PACKET_OTHERHOST;
H A Drx.c754 skb->pkt_type = PACKET_OTHERHOST;
4088 skb->pkt_type = PACKET_OTHERHOST;
5505 skb->pkt_type = IEEE80211_RX_MSG;
/linux-master/net/ipv6/
H A Dudp.c1104 if (skb->pkt_type == PACKET_HOST)
H A Dtcp_ipv6.c1765 if (skb->pkt_type != PACKET_HOST)
2018 if (skb->pkt_type != PACKET_HOST)
H A Dndisc.c911 skb->pkt_type != PACKET_HOST &&
1044 if (skb->pkt_type != PACKET_LOOPBACK
1058 if (skb->pkt_type != PACKET_LOOPBACK)
H A Dip6_output.c507 if (skb->pkt_type != PACKET_HOST)
674 to->pkt_type = from->pkt_type;
H A Dicmp.c489 if (addr_type & IPV6_ADDR_MULTICAST || skb->pkt_type != PACKET_HOST) {
/linux-master/net/ipv4/
H A Dudp.c2576 if (skb->pkt_type == PACKET_MULTICAST) {
2590 } else if (skb->pkt_type == PACKET_HOST) {
H A Dtcp_ipv4.c1971 if (skb->pkt_type != PACKET_HOST)
2190 if (skb->pkt_type != PACKET_HOST)
H A Dip_tunnel_core.c419 if (!reply || skb->pkt_type == PACKET_HOST)
H A Dip_output.c555 to->pkt_type = from->pkt_type;
H A Dip_tunnel.c385 skb->pkt_type = PACKET_BROADCAST;
H A Dip_input.c395 } else if (skb->pkt_type == PACKET_BROADCAST ||
396 skb->pkt_type == PACKET_MULTICAST) {
465 if (skb->pkt_type == PACKET_OTHERHOST) {
H A Digmp.c1108 if (skb->pkt_type == PACKET_MULTICAST ||
1109 skb->pkt_type == PACKET_BROADCAST)
H A Dicmp.c632 if (skb_in->pkt_type != PACKET_HOST)

Completed in 520 milliseconds

12345678910