Home
last modified time | relevance | path

Searched defs:sk_buff (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkfree_skb.c39 struct sk_buff { struct
58 * TP_PROTO(struct sk_buff *skb, void *location), argument
H A Dfexit_bpf2bpf_simple.c7 struct sk_buff { struct
14 int BPF_PROG(test_main2, struct sk_buff *skb, int ret) in BPF_PROG() argument
H A Dfexit_bpf2bpf.c12 struct sk_buff { struct
18 int BPF_PROG(test_main, struct sk_buff *skb, int ret) in BPF_PROG() argument
/openbmc/linux/include/linux/
H A Dnetfilter.h154 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook_state_init()
214 struct sock *sk, struct sk_buff *skb, in nf_hook()
286 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND()
298 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK()
311 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST()
402 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND()
410 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK()
419 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST()
425 struct sock *sk, struct sk_buff *skb, in nf_hook()
H A Dskbuff.h840 struct sk_buff { struct
878 void (*destructor)(struct sk_buff *skb); argument
905 #define CLONED_OFFSET offsetof(struct sk_buff, __cloned_offset) argument
910 __u8 cloned:1,
911 nohdr:1,
912 fclone:2,
913 peeked:1,
914 head_frag:1,
915 pfmemalloc:1,
1048 sk_buff_data_t end; argument
[all …]
H A Dnetfilter_ipv6.h126 struct sk_buff *skb, in nf_br_ip6_fragment()
/openbmc/linux/net/core/
H A Dfilter.c165 BPF_CALL_1(bpf_skb_get_pay_offset, struct sk_buff *, skb) in BPF_CALL_1()
3106 BPF_CALL_1(bpf_get_hash_recalc, struct sk_buff *, skb) in BPF_CALL_1()
3183 BPF_CALL_1(bpf_skb_vlan_pop, struct sk_buff *, skb) in BPF_CALL_1()
5141 BPF_CALL_1(bpf_get_socket_uid, struct sk_buff *, skb) in BPF_CALL_1()
6140 BPF_CALL_4(bpf_skb_fib_lookup, struct sk_buff *, skb, in BPF_CALL_4()
6207 BPF_CALL_5(bpf_skb_check_mtu, struct sk_buff *, skb, in BPF_CALL_5()
6768 BPF_CALL_5(bpf_skc_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5()
6787 BPF_CALL_5(bpf_sk_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5()
6806 BPF_CALL_5(bpf_sk_lookup_udp, struct sk_buff *, skb, in BPF_CALL_5()
7215 BPF_CALL_1(bpf_skb_ecn_set_ce, struct sk_buff *, skb) in BPF_CALL_1()
[all …]
H A Dsock_map.c639 BPF_CALL_4(bpf_sk_redirect_map, struct sk_buff *, skb, in BPF_CALL_4()
1243 BPF_CALL_4(bpf_sk_redirect_hash, struct sk_buff *, skb, in BPF_CALL_4()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A Dutils.c141 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_pflush()
158 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_flush()
/openbmc/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c28 struct sk_buff *skb, in nf_br_ip_fragment()
338 nf_ct_bridge_refrag(struct sk_buff *skb, const struct nf_hook_state *state, in nf_ct_bridge_refrag()
/openbmc/linux/net/802/
H A Dpsnap.c123 int (*rcvfunc)(struct sk_buff *, in register_snap_client()
/openbmc/linux/net/can/
H A Daf_can.c442 canid_t mask, void (*func)(struct sk_buff *, void *), in can_rx_register() argument
511 canid_t mask, void (*func)(struct sk_buff *, void *), in can_rx_unregister() argument
/openbmc/linux/net/xfrm/
H A Dxfrm_input.c769 int xfrm_trans_queue_net(struct net *net, struct sk_buff *skb, in xfrm_trans_queue_net()
792 int xfrm_trans_queue(struct sk_buff *skb, in xfrm_trans_queue()
/openbmc/linux/net/ipv6/
H A Dnetfilter.c122 int br_ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in br_ip6_fragment()
H A Daddrconf_core.c194 static int eafnosupport_ipv6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in eafnosupport_ipv6_fragment()
/openbmc/linux/net/batman-adv/
H A Dmain.c558 int (*recv_handler)(struct sk_buff *, in batadv_recv_handler_register()
/openbmc/linux/drivers/infiniband/core/
H A Dnetlink.c207 static int rdma_nl_rcv_skb(struct sk_buff *skb, int (*cb)(struct sk_buff *, in rdma_nl_rcv_skb()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c820 br_nf_ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in br_nf_ip_fragment()
1135 struct sock *sk, struct sk_buff *skb, in br_nf_hook_thresh()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.c564 bool (*cmd_send_packet)(struct ieee80211_hw *, struct sk_buff *)) in rtl92c_set_fw_rsvdpagepkt()
/openbmc/linux/net/caif/
H A Dcaif_dev.c314 int (**rcv_func)(struct sk_buff *, struct net_device *, in caif_enroll_dev()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1221 vnet_handle_offloads(struct vnet_port *port, struct sk_buff *skb, in vnet_handle_offloads()
1324 sunvnet_start_xmit_common(struct sk_buff *skb, struct net_device *dev, in sunvnet_start_xmit_common()
/openbmc/linux/net/ipv4/
H A Dip_output.c577 static int ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_fragment()
762 int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_do_fragment()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_main.c235 void (*func)(struct sk_buff *, int ok, void *), in hostap_tx_callback_register() argument
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c123 struct sk_buff *, in ath9k_htc_connect_svc()
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c532 struct sk_buff **sk_buff, int pkt_size, in sis190_try_rx_copy()
787 struct sk_buff **sk_buff, struct RxDesc *desc) in sis190_free_rx_skb()

12