Searched refs:pkt_type (Results 76 - 100 of 247) sorted by relevance

12345678910

/linux-master/drivers/bluetooth/
H A Dhci_nokia.c357 u8 pkt_type = fw_ptr[2]; local
362 switch (pkt_type) {
516 memcpy(skb_push(skb, 1), &bt_cb(skb)->pkt_type, 1);
H A Dhci_mrvl.c132 memcpy(skb_push(skb, 1), &bt_cb(skb)->pkt_type, 1);
349 bt_cb(skb)->pkt_type = MRVL_RAW_DATA;
H A Dhci_ag6xx.c83 memcpy(skb_push(skb, 1), &bt_cb(skb)->pkt_type, 1);
/linux-master/net/can/
H A Daf_can.c246 skb->pkt_type = PACKET_LOOPBACK;
268 newskb->pkt_type = PACKET_BROADCAST;
272 skb->pkt_type = PACKET_HOST;
/linux-master/net/8021q/
H A Dvlan_core.c33 if (unlikely(skb->pkt_type == PACKET_OTHERHOST)) {
38 skb->pkt_type = PACKET_HOST;
68 if (skb->pkt_type == PACKET_MULTICAST)
/linux-master/net/dccp/
H A Doutput.c640 const enum dccp_pkt_type pkt_type)
651 DCCP_CRIT("could not send %s", dccp_packet_name(pkt_type));
657 DCCP_SKB_CB(skb)->dccpd_type = pkt_type;
639 dccp_send_sync(struct sock *sk, const u64 ackno, const enum dccp_pkt_type pkt_type) argument
/linux-master/net/ipv4/
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) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Drtl_btc.c443 void rtl_btc_special_packet_notify(struct rtl_priv *rtlpriv, u8 pkt_type) argument
450 return exhalbtc_special_packet_notify(btcoexist, pkt_type);
/linux-master/net/bridge/
H A Dbr_arp_nd_proxy.c85 skb->pkt_type = PACKET_HOST;
365 reply->pkt_type = PACKET_HOST;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h58 return skb->pkt_type == PACKET_MULTICAST || skb->pkt_type == PACKET_BROADCAST;
/linux-master/include/net/bluetooth/
H A Dbluetooth.h464 u8 pkt_type; member in struct:bt_skb_cb
478 #define hci_skb_pkt_type(skb) bt_cb((skb))->pkt_type
/linux-master/drivers/staging/vt6655/
H A Dbaseband.c1760 u16 tx_rate, u8 pkt_type, struct vnt_phy_field *phy)
1818 if (pkt_type == PK_TYPE_11A)
1825 if (pkt_type == PK_TYPE_11A)
1832 if (pkt_type == PK_TYPE_11A)
1839 if (pkt_type == PK_TYPE_11A)
1846 if (pkt_type == PK_TYPE_11A)
1853 if (pkt_type == PK_TYPE_11A)
1860 if (pkt_type == PK_TYPE_11A)
1867 if (pkt_type == PK_TYPE_11A)
1873 if (pkt_type
1759 vnt_get_phy_field(struct vnt_private *priv, u32 frame_length, u16 tx_rate, u8 pkt_type, struct vnt_phy_field *phy) argument
[all...]
/linux-master/sound/x86/
H A Dintel_hdmi_lpe_audio.h271 u32 pkt_type:8; member in struct:aud_info_frame1::__anon1411
/linux-master/net/ieee802154/6lowpan/
H A Drx.c277 skb->pkt_type == PACKET_OTHERHOST ||
/linux-master/drivers/staging/vt6656/
H A Ddevice.h242 u8 pkt_type; member in struct:vnt_usb_send_context
/linux-master/net/openvswitch/
H A Dvport-internal_dev.c207 skb->pkt_type = PACKET_HOST;
H A Dvport-netdev.c61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
/linux-master/net/6lowpan/
H A Diphc.c686 skb->pkt_type = PACKET_BROADCAST;
703 skb->pkt_type = PACKET_BROADCAST;
710 skb->pkt_type = PACKET_HOST;
727 skb->pkt_type = PACKET_HOST;
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c233 skb->pkt_type = PACKET_HOST;
/linux-master/net/dsa/
H A Dtag.c94 skb->pkt_type = PACKET_HOST;
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.h272 void pkt_session_cmd(struct hfi_session_pkt *pkt, u32 pkt_type, void *cookie);
/linux-master/tools/testing/selftests/net/
H A Dnat6to4.bpf.c58 if (skb->pkt_type != PACKET_HOST)
/linux-master/drivers/net/
H A Dvrf.c404 /* set pkt_type to avoid skb hitting packet taps twice -
407 skb->pkt_type = PACKET_LOOPBACK;
1260 skb->pkt_type = PACKET_HOST;
1365 * packet taps again. Reset pkt_type for upper layers to process skb.
1369 if (skb->pkt_type == PACKET_LOOPBACK || (need_strict && !is_ndisc)) {
1374 if (skb->pkt_type == PACKET_LOOPBACK)
1375 skb->pkt_type = PACKET_HOST;
1435 * Reset pkt_type for upper layers to process skb
1437 if (skb->pkt_type == PACKET_LOOPBACK) {
1438 skb->pkt_type
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c915 unsigned int pkt_type = 0U; local
931 pkt_type = (rxd_wb->type & HW_ATL_B0_RXD_WB_STAT_PKTTYPE) >>
935 (0x0U == (pkt_type & 0x3U)))
939 if (0x4U == (pkt_type & 0x1CU))
942 else if (0x0U == (pkt_type & 0x1CU))
954 ((pkt_type & HW_ATL_B0_RXD_WB_PKTTYPE_VLAN) ||
955 (pkt_type & HW_ATL_B0_RXD_WB_PKTTYPE_VLAN_DOUBLE))) {
/linux-master/drivers/media/usb/gspca/
H A Dt613.c828 int pkt_type; local
850 pkt_type = FIRST_PACKET;
852 pkt_type = LAST_PACKET;
854 pkt_type = INTER_PACKET;
855 gspca_frame_add(gspca_dev, pkt_type, data, len);

Completed in 293 milliseconds

12345678910