Searched refs:pkt_type (Results 176 - 200 of 247) sorted by relevance

12345678910

/linux-master/drivers/net/xen-netback/
H A Dinterface.c238 if (vif->multicast_control && skb->pkt_type == PACKET_MULTICAST) {
/linux-master/net/ipv6/
H A Dicmp.c489 if (addr_type & IPV6_ADDR_MULTICAST || skb->pkt_type != PACKET_HOST) {
H A Dtcp_ipv6.c1760 if (skb->pkt_type != PACKET_HOST)
2013 if (skb->pkt_type != PACKET_HOST)
H A Dexthdrs.c676 skb->pkt_type != PACKET_HOST) {
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3403 int pkt_type = 0; local
3428 pkt_type = bnxt_re_check_packet_type(cqe->raweth_qp1_flags,
3430 if (pkt_type < 0) {
3437 if (pkt_type == BNXT_RE_ROCEV2_IPV4_PACKET)
3457 if (pkt_type != BNXT_RE_ROCE_V1_PACKET)
/linux-master/net/bluetooth/
H A Dl2cap_core.c3214 if (!(conn->pkt_type & HCI_2DH1))
3220 if (!(conn->pkt_type & HCI_3DH1))
3226 if (!(conn->pkt_type & HCI_2DH3))
3232 if (!(conn->pkt_type & HCI_3DH3))
3238 if (!(conn->pkt_type & HCI_2DH5))
3244 if (!(conn->pkt_type & HCI_3DH5))
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1640 rule->pkt_type = cfg->rule[cnt].pkt_type;
1662 * num_of_fields(u8), pkt_type(u8) and total length of the all
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c889 dev_cfgs->pkt_type = COMMON_DEV_CONFIG;
1538 mgmt_frame->pkt_type = EEPROM_READ;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c210 skb->pkt_type = PACKET_HOST;
231 skb->pkt_type = PACKET_HOST;
/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/drivers/net/wireless/realtek/rtw88/
H A Dfw.c849 .pkt_type = KEEP_ALIVE_NULL_PKT,
856 SET_KEEP_ALIVE_PKT_TYPE(h2c_pkt, mode.pkt_type);
H A Dfw.h231 u8 pkt_type; member in struct:rtw_fw_wow_keep_alive_para
/linux-master/include/net/bluetooth/
H A Dhci_core.h452 __u16 pkt_type; member in struct:hci_dev
688 __u16 pkt_type; member in struct:hci_conn
/linux-master/net/batman-adv/
H A Dnetwork-coding.c1674 * pkt_type changed from PACKET_OTHERHOST to PACKET_HOST
1677 skb->pkt_type = PACKET_HOST;
/linux-master/net/ipv4/
H A Dipconfig.c1000 if (skb->pkt_type == PACKET_OTHERHOST)
H A Dicmp.c632 if (skb_in->pkt_type != PACKET_HOST)
H A Dip_tunnel_core.c419 if (!reply || skb->pkt_type == PACKET_HOST)
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2713 void issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type) argument
2753 if ((pkt_type == WIFI_ASSOCRSP) || (pkt_type == WIFI_REASSOCRSP))
2754 SetFrameSubType(pwlanhdr, pkt_type);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2324 enum rx_msdu_start_pkt_type pkt_type; local
2330 pkt_type = ath11k_dp_rx_h_msdu_start_pkt_type(ar->ab, rx_desc);
2336 switch (pkt_type) {
2339 is_cck = (pkt_type == RX_MSDU_START_PKT_TYPE_11B);
/linux-master/net/mctp/
H A Droute.c1214 if (!rt && mh->dest == MCTP_ADDR_NULL && skb->pkt_type == PACKET_HOST)
/linux-master/drivers/bluetooth/
H A Dbtnxpuart.c1123 if (bt_cb(skb)->pkt_type == HCI_COMMAND_PKT && !psdata->driver_sent_cmd) {
H A Dbtusb.c3529 u8 pkt_type; local
3541 pkt_type = hci_skb_pkt_type(skb);
3545 if (pkt_type == HCI_ACLDATA_PKT) {
3594 (pkt_type == HCI_ACLDATA_PKT) ? "ACL" : "event",
/linux-master/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/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

Completed in 499 milliseconds

12345678910