Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 – 25 of 91) sorted by relevance

1234

/net/mac802154/
Drx.c49 skb->pkt_type = PACKET_OTHERHOST; in ieee802154_subif_frame()
52 skb->pkt_type = PACKET_HOST; in ieee802154_subif_frame()
57 skb->pkt_type = PACKET_OTHERHOST; in ieee802154_subif_frame()
59 skb->pkt_type = PACKET_HOST; in ieee802154_subif_frame()
61 skb->pkt_type = PACKET_OTHERHOST; in ieee802154_subif_frame()
66 skb->pkt_type = PACKET_OTHERHOST; in ieee802154_subif_frame()
68 skb->pkt_type = PACKET_HOST; in ieee802154_subif_frame()
71 skb->pkt_type = PACKET_BROADCAST; in ieee802154_subif_frame()
73 skb->pkt_type = PACKET_OTHERHOST; in ieee802154_subif_frame()
228 skb->pkt_type = PACKET_OTHERHOST; in ieee802154_monitors_rx()
[all …]
Dmain.c29 switch (skb->pkt_type) { in ieee802154_tasklet_handler()
34 skb->pkt_type = 0; in ieee802154_tasklet_handler()
39 skb->pkt_type); in ieee802154_tasklet_handler()
/net/bridge/netfilter/
Debt_dnat.c31 skb->pkt_type = PACKET_BROADCAST; in ebt_dnat_tg()
33 skb->pkt_type = PACKET_MULTICAST; in ebt_dnat_tg()
53 skb->pkt_type = PACKET_HOST; in ebt_dnat_tg()
55 skb->pkt_type = PACKET_OTHERHOST; in ebt_dnat_tg()
Debt_pkttype.c21 return (skb->pkt_type == info->pkt_type) ^ info->invert; in ebt_pkttype_mt()
Debtable_broute.c78 if (skb->pkt_type == PACKET_HOST && in ebt_broute()
81 skb->pkt_type = PACKET_OTHERHOST; in ebt_broute()
Debt_redirect.c33 skb->pkt_type = PACKET_HOST; in ebt_redirect_tg()
/net/bridge/
Dbr_input.c77 enum br_pkt_type pkt_type = BR_PKT_UNICAST; in br_handle_frame_finish() local
127 pkt_type = BR_PKT_BROADCAST; in br_handle_frame_finish()
130 pkt_type = BR_PKT_MULTICAST; in br_handle_frame_finish()
159 switch (pkt_type) { in br_handle_frame_finish()
193 br_flood(br, skb, pkt_type, local_rcv, false); in br_handle_frame_finish()
309 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
397 skb->pkt_type = PACKET_HOST; in br_handle_frame()
Dbr_netfilter_hooks.c379 skb->pkt_type = PACKET_OTHERHOST; in br_nf_pre_routing_finish()
425 skb->pkt_type = PACKET_HOST; in br_nf_pre_routing_finish()
468 if (skb->pkt_type == PACKET_OTHERHOST) { in setup_pre_routing()
469 skb->pkt_type = PACKET_HOST; in setup_pre_routing()
577 skb->pkt_type = PACKET_OTHERHOST; in br_nf_forward_finish()
633 if (skb->pkt_type == PACKET_OTHERHOST) { in br_nf_forward_ip()
634 skb->pkt_type = PACKET_HOST; in br_nf_forward_ip()
761 skb->pkt_type = PACKET_OTHERHOST; in br_nf_dev_queue_xmit()
864 if (skb->pkt_type == PACKET_OTHERHOST) { in br_nf_post_routing()
865 skb->pkt_type = PACKET_HOST; in br_nf_post_routing()
Dbr_netfilter_ipv6.c176 skb->pkt_type = PACKET_OTHERHOST; in br_nf_pre_routing_finish_ipv6()
199 skb->pkt_type = PACKET_HOST; in br_nf_pre_routing_finish_ipv6()
Dbr_forward.c200 enum br_pkt_type pkt_type, bool local_rcv, bool local_orig) in br_flood() argument
209 switch (pkt_type) { in br_flood()
/net/bluetooth/
Dhci_conn.c42 u16 pkt_type; member
278 cp.pkt_type = cpu_to_le16(conn->pkt_type); in hci_acl_create_connection()
322 cp.pkt_type = cpu_to_le16(conn->pkt_type); in hci_add_sco()
332 (esco_param[conn->attempt - 1].pkt_type & ESCO_2EV3)) in find_next_esco_param()
495 cp.pkt_type = __cpu_to_le16(param->pkt_type); in hci_enhanced_setup_sync()
547 cp.pkt_type = __cpu_to_le16(param->pkt_type); in hci_setup_sync_conn()
1016 conn->pkt_type = hdev->pkt_type & ACL_PTYPE_MASK; in hci_conn_add()
1035 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
1038 conn->pkt_type = hdev->pkt_type & SCO_PTYPE_MASK; in hci_conn_add()
1041 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
[all …]
/net/802/
Dfddi.c122 skb->pkt_type = PACKET_BROADCAST; in fddi_type_trans()
124 skb->pkt_type = PACKET_MULTICAST; in fddi_type_trans()
130 skb->pkt_type = PACKET_OTHERHOST; in fddi_type_trans()
/net/netfilter/
Dxt_pkttype.c28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
29 type = skb->pkt_type; in pkttype_mt()
Dxt_cluster.c105 skb->pkt_type == PACKET_MULTICAST) { in xt_cluster_mt()
106 pskb->pkt_type = PACKET_HOST; in xt_cluster_mt()
Dnft_meta.c366 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
367 nft_reg_store8(dest, skb->pkt_type); in nft_meta_get_eval()
438 if (skb->pkt_type != value8 && in nft_meta_set_eval()
440 skb_pkt_type_ok(skb->pkt_type)) in nft_meta_set_eval()
441 skb->pkt_type = value8; in nft_meta_set_eval()
/net/dccp/
Doptions.c53 const u8 pkt_type = DCCP_SKB_CB(skb)->dccpd_type; in dccp_parse_options() local
109 if (pkt_type != DCCP_PKT_DATA) in dccp_parse_options()
121 if (pkt_type == DCCP_PKT_DATA) /* RFC 4340, 6 */ in dccp_parse_options()
216 pkt_type, opt, value, len)) in dccp_parse_options()
231 pkt_type, opt, value, len)) in dccp_parse_options()
Doutput.c640 const enum dccp_pkt_type pkt_type) in dccp_send_sync() argument
651 DCCP_CRIT("could not send %s", dccp_packet_name(pkt_type)); in dccp_send_sync()
657 DCCP_SKB_CB(skb)->dccpd_type = pkt_type; in dccp_send_sync()
/net/phonet/
Daf_phonet.c182 if (skb->pkt_type == PACKET_LOOPBACK) { in pn_send()
212 skb->pkt_type = PACKET_LOOPBACK; in pn_raw_send()
249 skb->pkt_type = PACKET_LOOPBACK; in pn_skb_send()
256 skb->pkt_type = PACKET_LOOPBACK; in pn_skb_send()
411 } else if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in phonet_rcv()
/net/hsr/
Dhsr_forward.c354 was_multicast_frame = (skb->pkt_type == PACKET_MULTICAST); in hsr_deliver_master()
482 skb->pkt_type = PACKET_HOST; in check_local_dest()
487 if (skb->pkt_type == PACKET_HOST || in check_local_dest()
488 skb->pkt_type == PACKET_MULTICAST || in check_local_dest()
489 skb->pkt_type == PACKET_BROADCAST) { in check_local_dest()
/net/ipv6/
Dip6_input.c157 if (skb->pkt_type == PACKET_OTHERHOST) { in ip6_rcv_core()
226 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
237 (skb->pkt_type == PACKET_BROADCAST || in ip6_rcv_core()
238 skb->pkt_type == PACKET_MULTICAST) && in ip6_rcv_core()
/net/ax25/
Dax25_in.c126 skb->pkt_type = PACKET_HOST; in ax25_rx_iframe()
244 skb->pkt_type = PACKET_HOST; in ax25_rcv()
254 skb->pkt_type = PACKET_HOST; in ax25_rcv()
/net/ethernet/
Deth.c171 skb->pkt_type = PACKET_BROADCAST; in eth_type_trans()
173 skb->pkt_type = PACKET_MULTICAST; in eth_type_trans()
175 skb->pkt_type = PACKET_OTHERHOST; in eth_type_trans()
/net/ipv4/
Dip_input.c395 } else if (skb->pkt_type == PACKET_BROADCAST || in ip_rcv_finish_core()
396 skb->pkt_type == PACKET_MULTICAST) { in ip_rcv_finish_core()
465 if (skb->pkt_type == PACKET_OTHERHOST) { in ip_rcv_core()
/net/8021q/
Dvlan_core.c33 if (unlikely(skb->pkt_type == PACKET_OTHERHOST)) { in vlan_do_receive()
38 skb->pkt_type = PACKET_HOST; in vlan_do_receive()
68 if (skb->pkt_type == PACKET_MULTICAST) in vlan_do_receive()
/net/can/
Daf_can.c246 skb->pkt_type = PACKET_LOOPBACK; in can_send()
268 newskb->pkt_type = PACKET_BROADCAST; in can_send()
272 skb->pkt_type = PACKET_HOST; in can_send()

1234