Home
last modified time | relevance | path

Searched refs:PACKET_HOST (Results 1 – 25 of 81) sorted by relevance

1234

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_tc_link.c38 seen_host = skb->pkt_type == PACKET_HOST; in tc1()
97 bpf_skb_change_type(skb, PACKET_HOST); in tc7()
/linux-6.12.1/net/mac802154/
Drx.c161 skb->pkt_type = PACKET_HOST; in ieee802154_subif_frame()
164 skb->pkt_type = PACKET_HOST; in ieee802154_subif_frame()
174 skb->pkt_type = PACKET_HOST; in ieee802154_subif_frame()
183 skb->pkt_type = PACKET_HOST; in ieee802154_subif_frame()
/linux-6.12.1/include/net/
Dx25device.h14 skb->pkt_type = PACKET_HOST; in x25_type_trans()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dptype.c15 if (act->ptype != PACKET_HOST) { in tc_act_parse_ptype()
/linux-6.12.1/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()
/linux-6.12.1/net/bridge/netfilter/
Debt_redirect.c33 skb->pkt_type = PACKET_HOST; in ebt_redirect_tg()
Debt_dnat.c53 skb->pkt_type = PACKET_HOST; in ebt_dnat_tg()
Debtable_broute.c78 if (skb->pkt_type == PACKET_HOST && in ebt_broute()
/linux-6.12.1/lib/
Dtest_blackhole_dev.c67 skb->pkt_type = PACKET_HOST; in test_blackholedev_init()
/linux-6.12.1/net/bridge/
Dbr_netfilter_hooks.c435 skb->pkt_type = PACKET_HOST; in br_nf_pre_routing_finish()
479 skb->pkt_type = PACKET_HOST; in setup_pre_routing()
620 if (!nfct || skb->pkt_type == PACKET_HOST) in br_nf_local_in()
723 skb->pkt_type = PACKET_HOST; in br_nf_forward_ip()
984 skb->pkt_type = PACKET_HOST; in br_nf_post_routing()
Dbr_netfilter_ipv6.c140 skb->pkt_type = PACKET_HOST; in br_nf_pre_routing_finish_ipv6()
Dbr_arp_nd_proxy.c85 skb->pkt_type = PACKET_HOST; in br_arp_send()
365 reply->pkt_type = PACKET_HOST; in br_nd_send()
/linux-6.12.1/net/ipv4/
Dip_forward.c93 if (skb->pkt_type != PACKET_HOST) in ip_forward()
/linux-6.12.1/net/netrom/
Dnr_dev.c58 skb->pkt_type = PACKET_HOST; in nr_rx_ip()
/linux-6.12.1/net/netfilter/
Dxt_cluster.c106 pskb->pkt_type = PACKET_HOST; in xt_cluster_mt()
/linux-6.12.1/include/uapi/linux/
Dif_packet.h26 #define PACKET_HOST 0 /* To us */ macro
/linux-6.12.1/net/openvswitch/
Dvport-internal_dev.c200 skb->pkt_type = PACKET_HOST; in internal_dev_recv()
/linux-6.12.1/net/dsa/
Dtag.c94 skb->pkt_type = PACKET_HOST; in dsa_switch_rcv()
/linux-6.12.1/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_handlers.c48 skb->pkt_type = PACKET_HOST; in rmnet_deliver_skb()
/linux-6.12.1/tools/testing/selftests/net/
Dnat6to4.bpf.c58 if (skb->pkt_type != PACKET_HOST) in sched_cls_ingress6_nat_6_prog()
/linux-6.12.1/drivers/net/wwan/iosm/
Diosm_ipc_wwan.c233 skb->pkt_type = PACKET_HOST; in ipc_wwan_receive()
/linux-6.12.1/net/hsr/
Dhsr_forward.c572 skb->pkt_type = PACKET_HOST; in check_local_dest()
577 if (skb->pkt_type == PACKET_HOST || in check_local_dest()
/linux-6.12.1/drivers/net/can/dev/
Dskb.c323 skb->pkt_type = PACKET_HOST; in can_skb_headroom_valid()
/linux-6.12.1/net/atm/
Dbr2684.c466 skb->pkt_type = PACKET_HOST; in br2684_push()
491 skb->pkt_type = PACKET_HOST; in br2684_push()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_selftest.c144 skb->pkt_type = PACKET_HOST; in mlx5e_test_get_udp_skb()

1234