/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebt_pkttype.c | 17 ebt_pkttype_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_pkttype_mt() argument
|
H A D | ebt_dnat.c | 20 ebt_dnat_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_dnat_tg() argument
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nf_dup_ipv4.c | 23 static bool nf_dup_ipv4_route(struct net *net, struct sk_buff *skb, in nf_dup_ipv4_route() argument 50 void nf_dup_ipv4(struct net *net, struct sk_buff *skb, unsigned int hooknum, in nf_dup_ipv4() argument [all...] |
/kernel/linux/linux-6.6/net/llc/ |
H A D | llc_output.c | 25 int llc_mac_hdr_init(struct sk_buff *skb, in llc_mac_hdr_init() argument 58 int llc_build_and_send_ui_pkt(struct llc_sap *sap, struct sk_buff *skb, in llc_build_and_send_ui_pkt() argument [all...] |
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | fastopen.c | 13 struct sk_buff *skb; in mptcp_fastopen_subflow_synack_set_params() local 66 struct sk_buff *skb; __mptcp_fastopen_gen_msk_ackseq() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | nf_dup_ipv6.c | 19 static bool nf_dup_ipv6_route(struct net *net, struct sk_buff *skb, in nf_dup_ipv6_route() argument 47 void nf_dup_ipv6(struct net *net, struct sk_buff *skb, unsigned int hooknum, in nf_dup_ipv6() argument [all...] |
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag_hellcreek.c | 20 static struct sk_buff *hellcreek_xmit(struct sk_buff *skb, in hellcreek_xmit() argument 41 static struct sk_buff *hellcreek_rcv(struct sk_buff *skb, in hellcreek_rcv() argument [all...] |
/kernel/linux/linux-6.6/net/mctp/test/ |
H A D | utils.c | 12 static netdev_tx_t mctp_test_dev_tx(struct sk_buff *skb, in mctp_test_dev_tx() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_nat_tftp.c | 23 static unsigned int help(struct sk_buff *skb, in help() argument
|
H A D | xt_TRACE.c | 26 trace_tg(struct sk_buff *skb, const struct xt_action_param *par) in trace_tg() argument
|
H A D | xt_mark.c | 26 mark_tg(struct sk_buff *skb, const struct xt_action_param *par) in mark_tg() argument 35 mark_mt(const struct sk_buff *skb, struct xt_action_param *par) in mark_mt() argument
|
H A D | xt_mac.c | 25 static bool mac_mt(const struct sk_buff *skb, struct xt_action_param *par) in mac_mt() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_forward.c | 43 static bool ip_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) in ip_exceeds_mtu() argument 65 static int ip_forward_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_forward_finish() argument 85 ip_forward(struct sk_buff *skb) ip_forward() argument [all...] |
H A D | xfrm4_output.c | 17 static int __xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm4_output() argument 31 int xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm4_output() argument 39 xfrm4_local_error(struct sk_buff *skb, u32 mtu) xfrm4_local_error() argument [all...] |
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | parse_ldabs.c | 28 int handle_ingress(struct __sk_buff *skb) in handle_ingress() argument
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | drop.h | 36 ovs_kfree_skb_reason(struct sk_buff *skb, enum ovs_drop_reason reason) in ovs_kfree_skb_reason() argument
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_input.c | 35 static int _nip_update_recv_skb_len(struct sk_buff *skb, in _nip_update_recv_skb_len() argument 54 static int nip_rcv_finish(struct sk_buff *skb) in nip_rcv_finish() argument 87 nip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) nip_rcv() argument 138 nip_protocol_deliver_rcu(struct sk_buff *skb) nip_protocol_deliver_rcu() argument 159 nip_input(struct sk_buff *skb) nip_input() argument [all...] |
H A D | icmp.c | 45 int nip_icmp_rcv(struct sk_buff *skb) in nip_icmp_rcv() argument 70 static void nip_icmp_early_demux(struct sk_buff *skb) in nip_icmp_early_demux() argument 74 static void nip_icmp_err_handler(struct sk_buff *skb, in nip_icmp_err_handler() argument
|
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | bpf_jit_asm.S | 40 #define skb a0 define
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_vfr.h | 46 static inline void bnxt_vf_rep_rx(struct bnxt *bp, struct sk_buff *skb) in bnxt_vf_rep_rx() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | netcnt_prog.c | 26 int bpf_nextcnt(struct __sk_buff *skb) in bpf_nextcnt() argument
|
H A D | test_global_func3.c | 8 int f1(struct __sk_buff *skb) in f1() argument 14 int f2(int val, struct __sk_buff *skb) in f2() argument 20 int f3(int val, struct __sk_buff *skb, int var) in f3() argument 26 int f4(struct __sk_buff *skb) in f4() argument 32 int f5(struct __sk_buff *skb) in f5() argument 38 f6(struct __sk_buff *skb) f6() argument 44 f7(struct __sk_buff *skb) f7() argument 51 f8(struct __sk_buff *skb) f8() argument 58 test_cls(struct __sk_buff *skb) test_cls() argument [all...] |
H A D | test_lwt_ip_encap.c | 16 int bpf_lwt_encap_gre(struct __sk_buff *skb) in bpf_lwt_encap_gre() argument 52 int bpf_lwt_encap_gre6(struct __sk_buff *skb) in bpf_lwt_encap_gre6() argument
|
H A D | test_map_lock.c | 34 int bpf_map_lock_test(struct __sk_buff *skb) in bpf_map_lock_test() argument
|
H A D | test_sockmap_listen.c | 34 int prog_skb_parser(struct __sk_buff *skb) in prog_skb_parser() argument 40 int prog_skb_verdict(struct __sk_buff *skb) in prog_skb_verdict() argument
|