/Linux-v4.19/include/linux/ |
D | skbuff.h | 665 struct sk_buff { struct 669 struct sk_buff *next; argument 705 void (*destructor)(struct sk_buff *skb); argument 711 struct sec_path *sp; 735 #define CLONED_OFFSET() offsetof(struct sk_buff, __cloned_offset) argument 759 #define PKT_TYPE_OFFSET() offsetof(struct sk_buff, __pkt_type_offset) argument 761 __u8 __pkt_type_offset[0]; 762 __u8 pkt_type:3; 763 __u8 ignore_df:1; 764 __u8 nf_trace:1; [all …]
|
D | netfilter.h | 129 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook_state_init() 194 struct sock *sk, struct sk_buff *skb, in nf_hook() 271 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND() 283 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK() 296 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST() 378 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND() 386 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK() 395 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST() 401 struct sock *sk, struct sk_buff *skb, in nf_hook()
|
/Linux-v4.19/net/core/ |
D | filter.c | 124 BPF_CALL_1(bpf_skb_get_pay_offset, struct sk_buff *, skb) in BPF_CALL_1() 129 BPF_CALL_3(bpf_skb_get_nlattr, struct sk_buff *, skb, u32, a, u32, x) in BPF_CALL_3() 149 BPF_CALL_3(bpf_skb_get_nlattr_nest, struct sk_buff *, skb, u32, a, u32, x) in BPF_CALL_3() 173 BPF_CALL_4(bpf_skb_load_helper_8, const struct sk_buff *, skb, const void *, in BPF_CALL_4() 193 BPF_CALL_2(bpf_skb_load_helper_8_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() 200 BPF_CALL_4(bpf_skb_load_helper_16, const struct sk_buff *, skb, const void *, in BPF_CALL_4() 220 BPF_CALL_2(bpf_skb_load_helper_16_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() 227 BPF_CALL_4(bpf_skb_load_helper_32, const struct sk_buff *, skb, const void *, in BPF_CALL_4() 247 BPF_CALL_2(bpf_skb_load_helper_32_no_cache, const struct sk_buff *, skb, in BPF_CALL_2() 1662 BPF_CALL_5(bpf_skb_store_bytes, struct sk_buff *, skb, u32, offset, in BPF_CALL_5() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
D | utils.c | 153 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_pflush() 170 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_flush()
|
/Linux-v4.19/net/802/ |
D | psnap.c | 127 int (*rcvfunc)(struct sk_buff *, in register_snap_client()
|
/Linux-v4.19/net/can/ |
D | af_can.c | 462 canid_t mask, void (*func)(struct sk_buff *, void *), in can_rx_register() argument 539 canid_t mask, void (*func)(struct sk_buff *, void *), in can_rx_unregister() argument
|
/Linux-v4.19/drivers/infiniband/core/ |
D | netlink.c | 206 static int rdma_nl_rcv_skb(struct sk_buff *skb, int (*cb)(struct sk_buff *, in rdma_nl_rcv_skb()
|
/Linux-v4.19/net/batman-adv/ |
D | main.c | 568 int (*recv_handler)(struct sk_buff *, in batadv_recv_handler_register()
|
/Linux-v4.19/net/bridge/ |
D | br_netfilter_hooks.c | 686 br_nf_ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in br_nf_ip_fragment() 986 struct sock *sk, struct sk_buff *skb, in br_nf_hook_thresh()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_input.c | 521 int xfrm_trans_queue(struct sk_buff *skb, in xfrm_trans_queue()
|
/Linux-v4.19/net/ipv4/ |
D | ip_output.c | 542 static int ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_fragment() 571 int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_do_fragment()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 586 bool (*cmd_send_packet)(struct ieee80211_hw *, struct sk_buff *)) in rtl92c_set_fw_rsvdpagepkt()
|
/Linux-v4.19/net/caif/ |
D | caif_dev.c | 309 int (**rcv_func)(struct sk_buff *, struct net_device *, in caif_enroll_dev()
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 1219 static int vnet_handle_offloads(struct vnet_port *port, struct sk_buff *skb, in vnet_handle_offloads() 1324 int sunvnet_start_xmit_common(struct sk_buff *skb, struct net_device *dev, in sunvnet_start_xmit_common()
|
/Linux-v4.19/drivers/net/wireless/intersil/hostap/ |
D | hostap_main.c | 239 void (*func)(struct sk_buff *, int ok, void *), in hostap_tx_callback_register() argument
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_init.c | 123 struct sk_buff *, in ath9k_htc_connect_svc()
|
/Linux-v4.19/drivers/net/ethernet/sis/ |
D | sis190.c | 532 struct sk_buff **sk_buff, int pkt_size, in sis190_try_rx_copy() 784 struct sk_buff **sk_buff, struct RxDesc *desc) in sis190_free_rx_skb()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_output.c | 580 int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip6_fragment()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.c | 687 bool (*fn)(struct sk_buff *, void *), in brcmf_fws_hanger_cleanup() 831 bool (*fn)(struct sk_buff *, void *), in brcmf_fws_bus_txq_cleanup()
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls.h | 410 static inline void process_cpl_msg(void (*fn)(struct sock *, struct sk_buff *), in process_cpl_msg()
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_l2_main.c | 1305 int (*data_cb)(struct sk_buff *)) in qeth_osn_register()
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 2428 int netlink_rcv_skb(struct sk_buff *skb, int (*cb)(struct sk_buff *, in netlink_rcv_skb()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 2316 void (*rx_fn)(struct hns3_enet_ring *, struct sk_buff *)) in hns3_clean_rx_ring()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 719 static void bnx2x_gro_csum(struct bnx2x *bp, struct sk_buff *skb, in bnx2x_gro_csum()
|
/Linux-v4.19/drivers/net/ethernet/intel/ |
D | e100.c | 847 static int e100_exec_cb(struct nic *nic, struct sk_buff *skb, in e100_exec_cb()
|