Home
last modified time | relevance | path

Searched defs:skb (Results 1 – 25 of 2132) sorted by relevance

12345678910>>...86

/linux/net/llc/
H A Dllc_c_ev.c78 struct sk_buff *skb; in llc_util_nr_inside_tx_window() local
99 int llc_conn_ev_conn_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_conn_req()
107 int llc_conn_ev_data_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_data_req()
115 int llc_conn_ev_disc_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_disc_req()
123 int llc_conn_ev_rst_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rst_req()
131 int llc_conn_ev_local_busy_detected(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_detected()
139 int llc_conn_ev_local_busy_cleared(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_cleared()
147 int llc_conn_ev_rx_bad_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_bad_pdu()
152 int llc_conn_ev_rx_disc_cmd_pbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_disc_cmd_pbit_set_x()
160 int llc_conn_ev_rx_dm_rsp_fbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_dm_rsp_fbit_set_x()
[all …]
H A Dllc_c_ac.c45 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_clear_remote_busy()
61 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_ind()
69 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_confirm()
77 static int llc_conn_ac_data_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_confirm()
85 int llc_conn_ac_data_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_ind()
91 int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_ind()
119 int llc_conn_ac_disc_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_confirm()
128 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_ind()
167 int llc_conn_ac_rst_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_confirm()
177 struct sk_buff *skb) in llc_conn_ac_clear_remote_busy_if_f_eq_1()
[all …]
H A Dllc_pdu.c21 void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type) in llc_pdu_set_cmd_rsp()
35 void llc_pdu_set_pf_bit(struct sk_buff *skb, u8 bit_value) in llc_pdu_set_pf_bit()
63 void llc_pdu_decode_pf_bit(struct sk_buff *skb, u8 *pf_bit) in llc_pdu_decode_pf_bit()
89 void llc_pdu_init_as_disc_cmd(struct sk_buff *skb, u8 p_bit) in llc_pdu_init_as_disc_cmd()
107 void llc_pdu_init_as_i_cmd(struct sk_buff *skb, u8 p_bit, u8 ns, u8 nr) in llc_pdu_init_as_i_cmd()
126 void llc_pdu_init_as_rej_cmd(struct sk_buff *skb, u8 p_bit, u8 nr) in llc_pdu_init_as_rej_cmd()
146 void llc_pdu_init_as_rnr_cmd(struct sk_buff *skb, u8 p_bit, u8 nr) in llc_pdu_init_as_rnr_cmd()
166 void llc_pdu_init_as_rr_cmd(struct sk_buff *skb, u8 p_bit, u8 nr) in llc_pdu_init_as_rr_cmd()
184 void llc_pdu_init_as_sabme_cmd(struct sk_buff *skb, u8 p_bit) in llc_pdu_init_as_sabme_cmd()
200 void llc_pdu_init_as_dm_rsp(struct sk_buff *skb, u8 f_bit) in llc_pdu_init_as_dm_rsp()
[all …]
H A Dllc_s_ev.c23 int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_activation_req()
31 int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_ui()
41 int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_unitdata_req()
51 int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_xid_req()
60 int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_c()
70 int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_r()
80 int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_test_req()
89 int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_c()
99 int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_r()
109 int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_deactivation_req()
/linux/include/linux/
H A Dskbuff.h1139 static inline bool skb_pfmemalloc(const struct sk_buff *skb) in skb_pfmemalloc()
1157 static inline struct dst_entry *skb_dst(const struct sk_buff *skb) in skb_dst()
1168 static inline void skb_dst_check_unset(struct sk_buff *skb) in skb_dst_check_unset()
1188 static inline unsigned long skb_dstref_steal(struct sk_buff *skb) in skb_dstref_steal()
1201 static inline void skb_dstref_restore(struct sk_buff *skb, unsigned long refdst) in skb_dstref_restore()
1215 static inline void skb_dst_set(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set()
1232 static inline void skb_dst_set_noref(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set_noref()
1244 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref()
1262 static inline unsigned int skb_napi_id(const struct sk_buff *skb) in skb_napi_id()
1271 static inline bool skb_wifi_acked_valid(const struct sk_buff *skb) in skb_wifi_acked_valid()
[all …]
H A Dnetfilter_bridge.h19 static inline void br_drop_fake_rtable(struct sk_buff *skb) in br_drop_fake_rtable()
28 nf_bridge_info_get(const struct sk_buff *skb) in nf_bridge_info_get()
33 static inline bool nf_bridge_info_exists(const struct sk_buff *skb) in nf_bridge_info_exists()
38 static inline int nf_bridge_get_physinif(const struct sk_buff *skb) in nf_bridge_get_physinif()
48 static inline int nf_bridge_get_physoutif(const struct sk_buff *skb) in nf_bridge_get_physoutif()
59 nf_bridge_get_physindev(const struct sk_buff *skb, struct net *net) in nf_bridge_get_physindev()
67 nf_bridge_get_physoutdev(const struct sk_buff *skb) in nf_bridge_get_physoutdev()
74 static inline bool nf_bridge_in_prerouting(const struct sk_buff *skb) in nf_bridge_in_prerouting()
81 #define br_drop_fake_rtable(skb) do { } while (0) argument
82 static inline bool nf_bridge_in_prerouting(const struct sk_buff *skb) in nf_bridge_in_prerouting()
/linux/net/xfrm/
H A Dxfrm_output.c31 static int xfrm_skb_check_space(struct sk_buff *skb) in xfrm_skb_check_space()
52 static struct dst_entry *skb_dst_pop(struct sk_buff *skb) in skb_dst_pop()
65 static int xfrm4_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_transport_output()
82 static int mip6_rthdr_offset(struct sk_buff *skb, u8 **nexthdr, int type) in mip6_rthdr_offset()
142 static int xfrm6_hdr_offset(struct xfrm_state *x, struct sk_buff *skb, u8 **prevhdr) in xfrm6_hdr_offset()
163 static int xfrm6_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_transport_output()
194 static int xfrm6_ro_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_ro_output()
224 static int xfrm4_beet_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_beet_encap_add()
273 static int xfrm4_tunnel_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_tunnel_encap_add()
319 static int xfrm6_tunnel_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_tunnel_encap_add()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c94 __encap_ipv4(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto,__u16 ext_proto) __encap_ipv4() argument
256 encap_ipv4(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto) encap_ipv4() argument
262 __encap_ipv6(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto,__u16 ext_proto) __encap_ipv6() argument
373 encap_ipv6_ipip6(struct __sk_buff * skb) encap_ipv6_ipip6() argument
428 encap_ipv6(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto) encap_ipv6() argument
435 __encap_ipip_none(struct __sk_buff * skb) __encap_ipip_none() argument
444 __encap_gre_none(struct __sk_buff * skb) __encap_gre_none() argument
453 __encap_gre_mpls(struct __sk_buff * skb) __encap_gre_mpls() argument
462 __encap_gre_eth(struct __sk_buff * skb) __encap_gre_eth() argument
471 __encap_udp_none(struct __sk_buff * skb) __encap_udp_none() argument
480 __encap_udp_mpls(struct __sk_buff * skb) __encap_udp_mpls() argument
489 __encap_udp_eth(struct __sk_buff * skb) __encap_udp_eth() argument
498 __encap_vxlan_eth(struct __sk_buff * skb) __encap_vxlan_eth() argument
509 __encap_sit_none(struct __sk_buff * skb) __encap_sit_none() argument
518 __encap_ip6tnl_none(struct __sk_buff * skb) __encap_ip6tnl_none() argument
527 __encap_ipip6_none(struct __sk_buff * skb) __encap_ipip6_none() argument
536 __encap_ip6gre_none(struct __sk_buff * skb) __encap_ip6gre_none() argument
545 __encap_ip6gre_mpls(struct __sk_buff * skb) __encap_ip6gre_mpls() argument
554 __encap_ip6gre_eth(struct __sk_buff * skb) __encap_ip6gre_eth() argument
563 __encap_ip6udp_none(struct __sk_buff * skb) __encap_ip6udp_none() argument
572 __encap_ip6udp_mpls(struct __sk_buff * skb) __encap_ip6udp_mpls() argument
581 __encap_ip6udp_eth(struct __sk_buff * skb) __encap_ip6udp_eth() argument
590 __encap_ip6vxlan_eth(struct __sk_buff * skb) __encap_ip6vxlan_eth() argument
600 decap_internal(struct __sk_buff * skb,int off,int len,char proto) decap_internal() argument
669 decap_ipv4(struct __sk_buff * skb) decap_ipv4() argument
684 decap_ipv6(struct __sk_buff * skb) decap_ipv6() argument
697 decap_f(struct __sk_buff * skb) decap_f() argument
[all...]
H A Dtest_tunnel_kern.c58 int gre_set_tunnel(struct __sk_buff *skb) in gre_set_tunnel()
80 int gre_set_tunnel_no_key(struct __sk_buff *skb) in gre_set_tunnel_no_key()
101 int gre_get_tunnel(struct __sk_buff *skb) in gre_get_tunnel()
117 int ip6gretap_set_tunnel(struct __sk_buff *skb) in ip6gretap_set_tunnel()
141 int ip6gretap_get_tunnel(struct __sk_buff *skb) in ip6gretap_get_tunnel()
160 int erspan_set_tunnel(struct __sk_buff *skb) in erspan_set_tunnel()
203 int erspan_get_tunnel(struct __sk_buff *skb) in erspan_get_tunnel()
239 int ip4ip6erspan_set_tunnel(struct __sk_buff *skb) in ip4ip6erspan_set_tunnel()
283 int ip4ip6erspan_get_tunnel(struct __sk_buff *skb) in ip4ip6erspan_get_tunnel()
320 int vxlan_set_tunnel_dst(struct __sk_buff *skb) in vxlan_set_tunnel_dst()
[all …]
H A Dtest_global_func3.c9 int f1(struct __sk_buff *skb) in f1()
15 int f2(int val, struct __sk_buff *skb) in f2()
21 int f3(int val, struct __sk_buff *skb, int var) in f3()
27 int f4(struct __sk_buff *skb) in f4()
33 int f5(struct __sk_buff *skb) in f5()
39 int f6(struct __sk_buff *skb) in f6()
45 int f7(struct __sk_buff *skb) in f7()
51 int f8(struct __sk_buff *skb) in f8()
58 int global_func3(struct __sk_buff *skb) in global_func3()
H A Dtest_global_func4.c9 int f1(struct __sk_buff *skb) in f1()
15 int f2(int val, struct __sk_buff *skb) in f2()
21 int f3(int val, struct __sk_buff *skb, int var) in f3()
27 int f4(struct __sk_buff *skb) in f4()
33 int f5(struct __sk_buff *skb) in f5()
39 int f6(struct __sk_buff *skb) in f6()
45 int f7(struct __sk_buff *skb) in f7()
52 int global_func4(struct __sk_buff *skb) in global_func4()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h238 ath10k_wmi_rx(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_rx()
270 ath10k_wmi_pull_scan(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_scan()
280 ath10k_wmi_pull_mgmt_tx_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_compl()
290 ath10k_wmi_pull_mgmt_tx_bundle_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_bundle_compl()
300 ath10k_wmi_pull_mgmt_rx(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_rx()
310 ath10k_wmi_pull_ch_info(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_ch_info()
320 ath10k_wmi_pull_vdev_start(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_vdev_start()
330 ath10k_wmi_pull_peer_kick(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_peer_kick()
340 ath10k_wmi_pull_swba(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_swba()
350 ath10k_wmi_pull_phyerr_hdr(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_phyerr_hdr()
[all …]
H A Dwmi.c1809 struct sk_buff *skb; in ath10k_wmi_alloc_skb() local
1826 static void ath10k_wmi_htc_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_htc_tx_complete()
1831 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_cmd_send_nowait()
1932 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send()
1981 struct sk_buff *skb; in ath10k_wmi_op_gen_mgmt_tx() local
2197 static int ath10k_wmi_op_pull_scan_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_scan_ev()
2216 int ath10k_wmi_event_scan(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_event_scan()
2281 struct sk_buff *skb, in ath10k_wmi_handle_wep_reauth()
2311 static int ath10k_wmi_op_pull_mgmt_rx_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_mgmt_rx_ev()
2363 struct sk_buff *skb, in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
[all …]
/linux/net/bridge/
H A Dbr_netfilter_hooks.c72 #define IS_IP(skb) \ argument
75 #define IS_IPV6(skb) \ argument
78 #define IS_ARP(skb) \ argument
81 static inline __be16 vlan_proto(const struct sk_buff *skb) in vlan_proto()
91 static inline bool is_vlan_ip(const struct sk_buff *skb, const struct net *net) in is_vlan_ip()
98 static inline bool is_vlan_ipv6(const struct sk_buff *skb, in is_vlan_ipv6()
107 static inline bool is_vlan_arp(const struct sk_buff *skb, const struct net *net) in is_vlan_arp()
114 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto()
120 static inline bool is_pppoe_ip(const struct sk_buff *skb, const struct net *net) in is_pppoe_ip()
128 static inline bool is_pppoe_ipv6(const struct sk_buff *skb, in is_pppoe_ipv6()
[all …]
/linux/net/nfc/nci/
H A Drsp.c29 const struct sk_buff *skb) in nci_core_reset_rsp_packet()
48 const struct sk_buff *skb) in nci_core_init_rsp_packet_v1()
87 const struct sk_buff *skb) in nci_core_init_rsp_packet_v2()
124 static void nci_core_init_rsp_packet(struct nci_dev *ndev, const struct sk_buff *skb) in nci_core_init_rsp_packet()
166 const struct sk_buff *skb) in nci_core_set_config_rsp_packet()
176 const struct sk_buff *skb) in nci_rf_disc_map_rsp_packet()
186 const struct sk_buff *skb) in nci_rf_disc_rsp_packet()
217 const struct sk_buff *skb) in nci_rf_disc_select_rsp_packet()
229 const struct sk_buff *skb) in nci_rf_deactivate_rsp_packet()
245 const struct sk_buff *skb) in nci_nfcee_discover_rsp_packet()
[all …]
/linux/net/ieee802154/6lowpan/
H A Drx.c21 static int lowpan_give_skb_to_device(struct sk_buff *skb) in lowpan_give_skb_to_device()
30 static int lowpan_rx_handlers_result(struct sk_buff *skb, lowpan_rx_result res) in lowpan_rx_handlers_result()
64 static lowpan_rx_result lowpan_rx_h_frag(struct sk_buff *skb) in lowpan_rx_h_frag()
83 int lowpan_iphc_decompress(struct sk_buff *skb) in lowpan_iphc_decompress()
93 static lowpan_rx_result lowpan_rx_h_iphc(struct sk_buff *skb) in lowpan_rx_h_iphc()
112 lowpan_rx_result lowpan_rx_h_ipv6(struct sk_buff *skb) in lowpan_rx_h_ipv6()
127 static lowpan_rx_result lowpan_rx_h_esc(struct sk_buff *skb) in lowpan_rx_h_esc()
143 static lowpan_rx_result lowpan_rx_h_hc1(struct sk_buff *skb) in lowpan_rx_h_hc1()
159 static lowpan_rx_result lowpan_rx_h_dff(struct sk_buff *skb) in lowpan_rx_h_dff()
175 static lowpan_rx_result lowpan_rx_h_bc0(struct sk_buff *skb) in lowpan_rx_h_bc0()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c62 nfp_ccm_mbox_msg_init(struct sk_buff *skb, unsigned int exp_reply, int max_len) in nfp_ccm_mbox_msg_init()
73 static int nfp_ccm_mbox_maxlen(const struct sk_buff *skb) in nfp_ccm_mbox_maxlen()
80 static bool nfp_ccm_mbox_done(struct sk_buff *skb) in nfp_ccm_mbox_done()
87 static bool nfp_ccm_mbox_in_progress(struct sk_buff *skb) in nfp_ccm_mbox_in_progress()
95 static void nfp_ccm_mbox_set_busy(struct sk_buff *skb) in nfp_ccm_mbox_set_busy()
102 static bool nfp_ccm_mbox_is_posted(struct sk_buff *skb) in nfp_ccm_mbox_is_posted()
109 static void nfp_ccm_mbox_mark_posted(struct sk_buff *skb) in nfp_ccm_mbox_mark_posted()
116 static bool nfp_ccm_mbox_is_first(struct nfp_net *nn, struct sk_buff *skb) in nfp_ccm_mbox_is_first()
121 static bool nfp_ccm_mbox_should_run(struct nfp_net *nn, struct sk_buff *skb) in nfp_ccm_mbox_should_run()
131 struct sk_buff *skb; in nfp_ccm_mbox_mark_next_runner() local
[all …]
/linux/net/core/
H A Dskbuff.c206 static void skb_panic(struct sk_buff *skb, unsigned int sz, void *addr, in skb_panic() argument
216 skb_over_panic(struct sk_buff * skb,unsigned int sz,void * addr) skb_over_panic() argument
221 skb_under_panic(struct sk_buff * skb,unsigned int sz,void * addr) skb_under_panic() argument
286 struct sk_buff *skb; napi_skb_cache_get() local
370 __finalize_skb_around(struct sk_buff * skb,void * data,unsigned int size) __finalize_skb_around() argument
419 struct sk_buff *skb; slab_build_skb() local
436 __build_skb_around(struct sk_buff * skb,void * data,unsigned int frag_size) __build_skb_around() argument
472 struct sk_buff *skb; __build_skb() local
490 struct sk_buff *skb = __build_skb(data, frag_size); build_skb() local
506 build_skb_around(struct sk_buff * skb,void * data,unsigned int frag_size) build_skb_around() argument
534 struct sk_buff *skb; __napi_build_skb() local
558 struct sk_buff *skb = __napi_build_skb(data, frag_size); napi_build_skb() local
651 struct sk_buff *skb = NULL; __alloc_skb() local
742 struct sk_buff *skb; __netdev_alloc_skb() local
819 struct sk_buff *skb; napi_alloc_skb() local
873 skb_add_rx_frag_netmem(struct sk_buff * skb,int i,netmem_ref netmem,int off,int size,unsigned int truesize) skb_add_rx_frag_netmem() argument
885 skb_coalesce_rx_frag(struct sk_buff * skb,int i,int size,unsigned int truesize) skb_coalesce_rx_frag() argument
905 skb_drop_fraglist(struct sk_buff * skb) skb_drop_fraglist() argument
910 skb_clone_fraglist(struct sk_buff * skb) skb_clone_fraglist() argument
923 struct sk_buff *skb = *pskb, *nskb; skb_pp_cow_data() local
1025 skb_pp_recycle(struct sk_buff * skb,void * data) skb_pp_recycle() argument
1042 skb_pp_frag_ref(struct sk_buff * skb) skb_pp_frag_ref() argument
1071 skb_free_head(struct sk_buff * skb) skb_free_head() argument
1084 skb_release_data(struct sk_buff * skb,enum skb_drop_reason reason) skb_release_data() argument
1124 kfree_skbmem(struct sk_buff * skb) kfree_skbmem() argument
1154 skb_release_head_state(struct sk_buff * skb) skb_release_head_state() argument
1178 skb_release_all(struct sk_buff * skb,enum skb_drop_reason reason) skb_release_all() argument
1194 __kfree_skb(struct sk_buff * skb) __kfree_skb() argument
1202 __sk_skb_reason_drop(struct sock * sk,struct sk_buff * skb,enum skb_drop_reason reason) __sk_skb_reason_drop() argument
1231 sk_skb_reason_drop(struct sock * sk,struct sk_buff * skb,enum skb_drop_reason reason) sk_skb_reason_drop() argument
1245 kfree_skb_add_bulk(struct sk_buff * skb,struct skb_free_array * sa,enum skb_drop_reason reason) kfree_skb_add_bulk() argument
1294 skb_dump(const char * level,const struct sk_buff * skb,bool full_pkt) skb_dump() argument
1404 skb_tx_error(struct sk_buff * skb) skb_tx_error() argument
1422 consume_skb(struct sk_buff * skb) consume_skb() argument
1440 __consume_stateless_skb(struct sk_buff * skb) __consume_stateless_skb() argument
1447 napi_skb_cache_put(struct sk_buff * skb) napi_skb_cache_put() argument
1472 __napi_kfree_skb(struct sk_buff * skb,enum skb_drop_reason reason) __napi_kfree_skb() argument
1478 napi_skb_free_stolen_head(struct sk_buff * skb) napi_skb_free_stolen_head() argument
1490 napi_consume_skb(struct sk_buff * skb,int budget) napi_consume_skb() argument
1578 __skb_clone(struct sk_buff * n,struct sk_buff * skb) __skb_clone() argument
1700 struct sk_buff *skb; msg_zerocopy_alloc() local
1785 skb_zerocopy_notify_extend(struct sk_buff * skb,u32 lo,u16 len) skb_zerocopy_notify_extend() argument
1807 struct sk_buff *tail, *skb = skb_from_uarg(uarg); __msg_zerocopy_callback() local
1855 msg_zerocopy_complete(struct sk_buff * skb,struct ubuf_info * uarg,bool success) msg_zerocopy_complete() argument
1883 skb_zerocopy_iter_stream(struct sock * sk,struct sk_buff * skb,struct msghdr * msg,int len,struct ubuf_info * uarg,struct net_devmem_dmabuf_binding * binding) skb_zerocopy_iter_stream() argument
1923 __skb_zcopy_downgrade_managed(struct sk_buff * skb) __skb_zcopy_downgrade_managed() argument
1968 skb_copy_ubufs(struct sk_buff * skb,gfp_t gfp_mask) skb_copy_ubufs() argument
2068 skb_clone(struct sk_buff * skb,gfp_t gfp_mask) skb_clone() argument
2098 skb_headers_offset_update(struct sk_buff * skb,int off) skb_headers_offset_update() argument
2124 skb_alloc_rx_flag(const struct sk_buff * skb) skb_alloc_rx_flag() argument
2148 skb_copy(const struct sk_buff * skb,gfp_t gfp_mask) skb_copy() argument
2196 __pskb_copy_fclone(struct sk_buff * skb,int headroom,gfp_t gfp_mask,bool fclone) __pskb_copy_fclone() argument
2264 pskb_expand_head(struct sk_buff * skb,int nhead,int ntail,gfp_t gfp_mask) pskb_expand_head() argument
2351 skb_realloc_headroom(struct sk_buff * skb,unsigned int headroom) skb_realloc_headroom() argument
2371 __skb_unclone_keeptruesize(struct sk_buff * skb,gfp_t pri) __skb_unclone_keeptruesize() argument
2429 skb_expand_head(struct sk_buff * skb,unsigned int headroom) skb_expand_head() argument
2486 skb_copy_expand(const struct sk_buff * skb,int newheadroom,int newtailroom,gfp_t gfp_mask) skb_copy_expand() argument
2548 __skb_pad(struct sk_buff * skb,int pad,bool free_on_error) __skb_pad() argument
2596 pskb_put(struct sk_buff * skb,struct sk_buff * tail,int len) pskb_put() argument
2615 skb_put(struct sk_buff * skb,unsigned int len) skb_put() argument
2636 skb_push(struct sk_buff * skb,unsigned int len) skb_push() argument
2656 skb_pull(struct sk_buff * skb,unsigned int len) skb_pull() argument
2673 skb_pull_data(struct sk_buff * skb,size_t len) skb_pull_data() argument
2695 skb_trim(struct sk_buff * skb,unsigned int len) skb_trim() argument
2705 ___pskb_trim(struct sk_buff * skb,unsigned int len) ___pskb_trim() argument
2792 pskb_trim_rcsum_slow(struct sk_buff * skb,unsigned int len) pskb_trim_rcsum_slow() argument
2836 __pskb_pull_tail(struct sk_buff * skb,int delta) __pskb_pull_tail() argument
2980 skb_copy_bits(const struct sk_buff * skb,int offset,void * to,int len) skb_copy_bits() argument
3166 __skb_splice_bits(struct sk_buff * skb,struct pipe_inode_info * pipe,unsigned int * offset,unsigned int * len,struct splice_pipe_desc * spd,struct sock * sk) __skb_splice_bits() argument
3224 skb_splice_bits(struct sk_buff * skb,struct sock * sk,unsigned int offset,struct pipe_inode_info * pipe,unsigned int tlen,unsigned int flags) skb_splice_bits() argument
3272 __skb_send_sock(struct sock * sk,struct sk_buff * skb,int offset,int len,sendmsg_func sendmsg,int flags) __skb_send_sock() argument
3377 skb_send_sock_locked(struct sock * sk,struct sk_buff * skb,int offset,int len) skb_send_sock_locked() argument
3384 skb_send_sock_locked_with_flags(struct sock * sk,struct sk_buff * skb,int offset,int len,int flags) skb_send_sock_locked_with_flags() argument
3392 skb_send_sock(struct sock * sk,struct sk_buff * skb,int offset,int len) skb_send_sock() argument
3409 skb_store_bits(struct sk_buff * skb,int offset,const void * from,int len) skb_store_bits() argument
3490 skb_checksum(const struct sk_buff * skb,int offset,int len,__wsum csum) skb_checksum() argument
3572 skb_copy_and_csum_bits(const struct sk_buff * skb,int offset,u8 * to,int len) skb_copy_and_csum_bits() argument
3661 skb_crc32c(const struct sk_buff * skb,int offset,int len,u32 crc) skb_crc32c() argument
3732 __skb_checksum_complete_head(struct sk_buff * skb,int len) __skb_checksum_complete_head() argument
3758 __skb_checksum_complete(struct sk_buff * skb) __skb_checksum_complete() argument
3896 skb_copy_and_csum_dev(const struct sk_buff * skb,u8 * to) skb_copy_and_csum_dev() argument
4008 struct sk_buff *skb = rb_entry(p, struct sk_buff, rbnode); skb_rbtree_purge() local
4020 struct sk_buff *skb, *next; skb_errqueue_purge() local
4091 skb_unlink(struct sk_buff * skb,struct sk_buff_head * list) skb_unlink() argument
4121 skb_split_inside_header(struct sk_buff * skb,struct sk_buff * skb1,const u32 len,const int pos) skb_split_inside_header() argument
4143 skb_split_no_header(struct sk_buff * skb,struct sk_buff * skb1,const u32 len,int pos) skb_split_no_header() argument
4192 skb_split(struct sk_buff * skb,struct sk_buff * skb1,const u32 len) skb_split() argument
4212 skb_prepare_for_shift(struct sk_buff * skb) skb_prepare_for_shift() argument
4235 skb_shift(struct sk_buff * tgt,struct sk_buff * skb,int shiftlen) skb_shift() argument
4362 skb_prepare_seq_read(struct sk_buff * skb,unsigned int from,unsigned int to,struct skb_seq_state * st) skb_prepare_seq_read() argument
4561 skb_find_text(struct sk_buff * skb,unsigned int from,unsigned int to,struct ts_config * config) skb_find_text() argument
4580 skb_append_pagefrags(struct sk_buff * skb,struct page * page,int offset,size_t size,size_t max_frags) skb_append_pagefrags() argument
4610 skb_pull_rcsum(struct sk_buff * skb,unsigned int len) skb_pull_rcsum() argument
4633 skb_segment_list(struct sk_buff * skb,netdev_features_t features,unsigned int offset) skb_segment_list() argument
5182 __skb_to_sgvec(struct sk_buff * skb,struct scatterlist * sg,int offset,int len,unsigned int recursion_level) __skb_to_sgvec() argument
5265 skb_to_sgvec(struct sk_buff * skb,struct scatterlist * sg,int offset,int len) skb_to_sgvec() argument
5297 skb_to_sgvec_nomark(struct sk_buff * skb,struct scatterlist * sg,int offset,int len) skb_to_sgvec_nomark() argument
5323 skb_cow_data(struct sk_buff * skb,int tailbits,struct sk_buff ** trailer) skb_cow_data() argument
5416 sock_rmem_free(struct sk_buff * skb) sock_rmem_free() argument
5423 skb_set_err_queue(struct sk_buff * skb) skb_set_err_queue() argument
5435 sock_queue_err_skb(struct sock * sk,struct sk_buff * skb) sock_queue_err_skb() argument
5457 is_icmp_err_skb(const struct sk_buff * skb) is_icmp_err_skb() argument
5466 struct sk_buff *skb, *skb_next = NULL; sock_dequeue_err_skb() local
5505 skb_clone_sk(struct sk_buff * skb) skb_clone_sk() argument
5526 __skb_complete_tx_timestamp(struct sk_buff * skb,struct sock * sk,int tstype,bool opt_stats) __skb_complete_tx_timestamp() argument
5569 skb_complete_tx_timestamp(struct sk_buff * skb,struct skb_shared_hwtstamps * hwtstamps) skb_complete_tx_timestamp() argument
5592 skb_tstamp_tx_report_so_timestamping(struct sk_buff * skb,struct skb_shared_hwtstamps * hwtstamps,int tstype) skb_tstamp_tx_report_so_timestamping() argument
5611 skb_tstamp_tx_report_bpf_timestamping(struct sk_buff * skb,struct skb_shared_hwtstamps * hwtstamps,struct sock * sk,int tstype) skb_tstamp_tx_report_bpf_timestamping() argument
5645 struct sk_buff *skb; __skb_tstamp_tx() local
5713 skb_complete_wifi_ack(struct sk_buff * skb,bool acked) skb_complete_wifi_ack() argument
5752 skb_partial_csum_set(struct sk_buff * skb,u16 start,u16 off) skb_partial_csum_set() argument
5770 skb_maybe_pull_tail(struct sk_buff * skb,unsigned int len,unsigned int max) skb_maybe_pull_tail() argument
5793 skb_checksum_setup_ip(struct sk_buff * skb,typeof(IPPROTO_IP) proto,unsigned int off) skb_checksum_setup_ip() argument
5827 skb_checksum_setup_ipv4(struct sk_buff * skb,bool recalculate) skb_checksum_setup_ipv4() argument
5872 OPT_HDR(type,skb,off) global() argument
5875 skb_checksum_setup_ipv6(struct sk_buff * skb,bool recalculate) skb_checksum_setup_ipv6() argument
5980 skb_checksum_setup(struct sk_buff * skb,bool recalculate) skb_checksum_setup() argument
6015 skb_checksum_maybe_trim(struct sk_buff * skb,unsigned int transport_len) skb_checksum_maybe_trim() argument
6055 skb_checksum_trimmed(struct sk_buff * skb,unsigned int transport_len,__sum16 (* skb_chkf)(struct sk_buff * skb)) skb_checksum_trimmed() argument
6057 skb_checksum_trimmed(struct sk_buff * skb,unsigned int transport_len,__sum16 (* skb_chkf)(struct sk_buff * skb)) skb_checksum_trimmed() argument
6088 __skb_warn_lro_forwarding(const struct sk_buff * skb) __skb_warn_lro_forwarding() argument
6095 kfree_skb_partial(struct sk_buff * skb,bool head_stolen) kfree_skb_partial() argument
6217 skb_scrub_packet(struct sk_buff * skb,bool xnet) skb_scrub_packet() argument
6241 skb_reorder_vlan_header(struct sk_buff * skb) skb_reorder_vlan_header() argument
6267 skb_vlan_untag(struct sk_buff * skb) skb_vlan_untag() argument
6308 skb_ensure_writable(struct sk_buff * skb,unsigned int write_len) skb_ensure_writable() argument
6320 skb_ensure_writable_head_tail(struct sk_buff * skb,struct net_device * dev) skb_ensure_writable_head_tail() argument
6348 __skb_vlan_pop(struct sk_buff * skb,u16 * vlan_tci) __skb_vlan_pop() argument
6381 skb_vlan_pop(struct sk_buff * skb) skb_vlan_pop() argument
6414 skb_vlan_push(struct sk_buff * skb,__be16 vlan_proto,u16 vlan_tci) skb_vlan_push() argument
6453 skb_eth_pop(struct sk_buff * skb) skb_eth_pop() argument
6480 skb_eth_push(struct sk_buff * skb,const unsigned char * dst,const unsigned char * src) skb_eth_push() argument
6509 skb_mod_eth_type(struct sk_buff * skb,struct ethhdr * hdr,__be16 ethertype) skb_mod_eth_type() argument
6536 skb_mpls_push(struct sk_buff * skb,__be32 mpls_lse,__be16 mpls_proto,int mac_len,bool ethernet) skb_mpls_push() argument
6589 skb_mpls_pop(struct sk_buff * skb,__be16 next_proto,int mac_len,bool ethernet) skb_mpls_pop() argument
6632 skb_mpls_update_lse(struct sk_buff * skb,__be32 mpls_lse) skb_mpls_update_lse() argument
6664 skb_mpls_dec_ttl(struct sk_buff * skb) skb_mpls_dec_ttl() argument
6705 struct sk_buff *skb; alloc_skb_with_frags() local
6754 pskb_carve_inside_header(struct sk_buff * skb,const u32 off,const int headlen,gfp_t gfp_mask) pskb_carve_inside_header() argument
6868 pskb_carve_inside_nonlinear(struct sk_buff * skb,const u32 off,int pos,gfp_t gfp_mask) pskb_carve_inside_nonlinear() argument
6945 pskb_carve(struct sk_buff * skb,const u32 len,gfp_t gfp) pskb_carve() argument
6958 pskb_extract(struct sk_buff * skb,int off,int to_copy,gfp_t gfp) pskb_extract() argument
6987 skb_condense(struct sk_buff * skb) skb_condense() argument
7081 __skb_ext_set(struct sk_buff * skb,enum skb_ext_id id,struct skb_ext * ext) __skb_ext_set() argument
7110 skb_ext_add(struct sk_buff * skb,enum skb_ext_id id) skb_ext_add() argument
7163 __skb_ext_del(struct sk_buff * skb,enum skb_ext_id id) __skb_ext_del() argument
7208 kfree_skb_napi_cache(struct sk_buff * skb) kfree_skb_napi_cache() argument
7229 skb_attempt_defer_free(struct sk_buff * skb) skb_attempt_defer_free() argument
7268 skb_splice_csum_page(struct sk_buff * skb,struct page * page,size_t offset,size_t len) skb_splice_csum_page() argument
7294 skb_splice_from_iter(struct sk_buff * skb,struct iov_iter * iter,ssize_t maxsize) skb_splice_from_iter() argument
[all...]
/linux/samples/bpf/
H A Dtest_lwt_bpf.c29 int do_nop(struct __sk_buff *skb) in do_nop()
36 int do_test_ctx(struct __sk_buff *skb) in do_test_ctx()
49 int do_test_cb(struct __sk_buff *skb) in do_test_cb()
60 int do_test_data(struct __sk_buff *skb) in do_test_data()
84 static inline int rewrite(struct __sk_buff *skb, uint32_t old_ip, in rewrite()
141 int do_test_rewrite(struct __sk_buff *skb) in do_test_rewrite()
160 static inline int __do_push_ll_and_redirect(struct __sk_buff *skb) in __do_push_ll_and_redirect()
185 int do_push_ll_and_redirect_silent(struct __sk_buff *skb) in do_push_ll_and_redirect_silent()
191 int do_push_ll_and_redirect(struct __sk_buff *skb) in do_push_ll_and_redirect()
202 static inline void __fill_garbage(struct __sk_buff *skb) in __fill_garbage()
[all …]
/linux/net/bluetooth/
H A Dhci_event.c47 static void *hci_ev_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, in hci_ev_skb_pull()
59 static void *hci_cc_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, in hci_cc_skb_pull()
71 static void *hci_le_ev_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, in hci_le_ev_skb_pull()
84 struct sk_buff *skb) in hci_cc_inquiry_cancel()
122 struct sk_buff *skb) in hci_cc_periodic_inq()
137 struct sk_buff *skb) in hci_cc_exit_periodic_inq()
152 struct sk_buff *skb) in hci_cc_remote_name_req_cancel()
162 struct sk_buff *skb) in hci_cc_role_discovery()
184 struct sk_buff *skb) in hci_cc_read_link_policy()
206 struct sk_buff *skb) in hci_cc_write_link_policy()
[all …]
/linux/net/netfilter/
H A Dnf_flow_table_ip.c23 struct sk_buff *skb, unsigned int thoff) in nf_flow_state_check() argument
43 static void nf_flow_nat_ip_tcp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_tcp() argument
52 static void nf_flow_nat_ip_udp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_udp() argument
66 static void nf_flow_nat_ip_l4proto(struct sk_buff *skb, struc argument
81 nf_flow_snat_ip(const struct flow_offload * flow,struct sk_buff * skb,struct iphdr * iph,unsigned int thoff,enum flow_offload_tuple_dir dir) nf_flow_snat_ip() argument
104 nf_flow_dnat_ip(const struct flow_offload * flow,struct sk_buff * skb,struct iphdr * iph,unsigned int thoff,enum flow_offload_tuple_dir dir) nf_flow_dnat_ip() argument
126 nf_flow_nat_ip(const struct flow_offload * flow,struct sk_buff * skb,unsigned int thoff,enum flow_offload_tuple_dir dir,struct iphdr * iph) nf_flow_nat_ip() argument
145 nf_flow_tuple_encap(struct sk_buff * skb,struct flow_offload_tuple * tuple) nf_flow_tuple_encap() argument
177 nf_flow_tuple_ip(struct nf_flowtable_ctx * ctx,struct sk_buff * skb,struct flow_offload_tuple * tuple) nf_flow_tuple_ip() argument
250 nf_flow_exceeds_mtu(const struct sk_buff * skb,unsigned int mtu) nf_flow_exceeds_mtu() argument
270 nf_flow_xmit_xfrm(struct sk_buff * skb,const struct nf_hook_state * state,struct dst_entry * dst) nf_flow_xmit_xfrm() argument
280 nf_flow_skb_encap_protocol(struct sk_buff * skb,__be16 proto,u32 * offset) nf_flow_skb_encap_protocol() argument
309 nf_flow_encap_pop(struct sk_buff * skb,struct flow_offload_tuple_rhash * tuplehash) nf_flow_encap_pop() argument
336 nf_flow_queue_xmit(struct net * net,struct sk_buff * skb,const struct flow_offload_tuple_rhash * tuplehash,unsigned short type) nf_flow_queue_xmit() argument
356 nf_flow_offload_lookup(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct sk_buff * skb) nf_flow_offload_lookup() argument
373 nf_flow_offload_forward(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct flow_offload_tuple_rhash * tuplehash,struct sk_buff * skb) nf_flow_offload_forward() argument
418 nf_flow_offload_ip_hook(void * priv,struct sk_buff * skb,const struct nf_hook_state * state) nf_flow_offload_ip_hook() argument
479 nf_flow_nat_ipv6_tcp(struct sk_buff * skb,unsigned int thoff,struct in6_addr * addr,struct in6_addr * new_addr,struct ipv6hdr * ip6h) nf_flow_nat_ipv6_tcp() argument
491 nf_flow_nat_ipv6_udp(struct sk_buff * skb,unsigned int thoff,struct in6_addr * addr,struct in6_addr * new_addr) nf_flow_nat_ipv6_udp() argument
506 nf_flow_nat_ipv6_l4proto(struct sk_buff * skb,struct ipv6hdr * ip6h,unsigned int thoff,struct in6_addr * addr,struct in6_addr * new_addr) nf_flow_nat_ipv6_l4proto() argument
521 nf_flow_snat_ipv6(const struct flow_offload * flow,struct sk_buff * skb,struct ipv6hdr * ip6h,unsigned int thoff,enum flow_offload_tuple_dir dir) nf_flow_snat_ipv6() argument
544 nf_flow_dnat_ipv6(const struct flow_offload * flow,struct sk_buff * skb,struct ipv6hdr * ip6h,unsigned int thoff,enum flow_offload_tuple_dir dir) nf_flow_dnat_ipv6() argument
567 nf_flow_nat_ipv6(const struct flow_offload * flow,struct sk_buff * skb,enum flow_offload_tuple_dir dir,struct ipv6hdr * ip6h) nf_flow_nat_ipv6() argument
583 nf_flow_tuple_ipv6(struct nf_flowtable_ctx * ctx,struct sk_buff * skb,struct flow_offload_tuple * tuple) nf_flow_tuple_ipv6() argument
652 nf_flow_offload_ipv6_forward(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct flow_offload_tuple_rhash * tuplehash,struct sk_buff * skb) nf_flow_offload_ipv6_forward() argument
698 nf_flow_offload_ipv6_lookup(struct nf_flowtable_ctx * ctx,struct nf_flowtable * flow_table,struct sk_buff * skb) nf_flow_offload_ipv6_lookup() argument
713 nf_flow_offload_ipv6_hook(void * priv,struct sk_buff * skb,const struct nf_hook_state * state) nf_flow_offload_ipv6_hook() argument
[all...]
/linux/net/openvswitch/
H A Dactions.c90 static struct deferred_action *add_deferred_actions(struct sk_buff *skb, in add_deferred_actions()
129 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
145 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
162 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls()
182 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
196 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
225 static int set_eth_addr(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_eth_addr()
252 static int pop_eth(struct sk_buff *skb, struct sw_flow_key *key) in pop_eth()
266 static int push_eth(struct sk_buff *skb, struct sw_flow_key *key, in push_eth()
282 static noinline_for_stack int push_nsh(struct sk_buff *skb, in push_nsh()
[all …]
/linux/net/batman-adv/
H A Dmulticast_forw.c52 static void *batadv_mcast_forw_skb_push(struct sk_buff *skb, size_t size, in batadv_mcast_forw_skb_push()
70 batadv_mcast_forw_push_padding(struct sk_buff *skb, unsigned short *tvlv_len) in batadv_mcast_forw_push_padding()
97 batadv_mcast_forw_push_est_padding(struct sk_buff *skb, int count, in batadv_mcast_forw_push_est_padding()
150 struct sk_buff *skb, unsigned short vid, in batadv_mcast_forw_push_dest()
191 struct sk_buff *skb, in batadv_mcast_forw_push_dests_list()
230 batadv_mcast_forw_push_tt(struct batadv_priv *bat_priv, struct sk_buff *skb, in batadv_mcast_forw_push_tt()
277 struct sk_buff *skb, in batadv_mcast_forw_push_want_all()
323 struct sk_buff *skb, in batadv_mcast_forw_push_want_rtr()
367 static void batadv_mcast_forw_scrape(struct sk_buff *skb, in batadv_mcast_forw_scrape()
391 static void batadv_mcast_forw_push_scrape_padding(struct sk_buff *skb, in batadv_mcast_forw_push_scrape_padding()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c16 nfp_flower_cmsg_get_hdr(struct sk_buff *skb) in nfp_flower_cmsg_get_hdr()
26 struct sk_buff *skb; in nfp_flower_cmsg_alloc() local
47 struct sk_buff *skb; in nfp_flower_cmsg_mac_repr_start() local
62 nfp_flower_cmsg_mac_repr_add(struct sk_buff *skb, unsigned int idx, in nfp_flower_cmsg_mac_repr_add()
79 struct sk_buff *skb; in nfp_flower_cmsg_portmod() local
104 struct sk_buff *skb; in nfp_flower_cmsg_portreify() local
123 nfp_flower_process_mtu_ack(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_process_mtu_ack()
151 nfp_flower_cmsg_portmod_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_portmod_rx()
186 nfp_flower_cmsg_portreify_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_portreify_rx()
208 nfp_flower_cmsg_merge_hint_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_merge_hint_rx()
[all …]
/linux/drivers/net/can/dev/
H A Dskb.c47 int can_put_echo_skb(struct sk_buff *skb, struct net_device *dev, in can_put_echo_skb()
113 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb() local
149 struct sk_buff *skb; in can_get_echo_skb() local
182 struct sk_buff *skb = priv->echo_skb[idx]; in can_free_echo_skb() local
195 static void init_can_skb_reserve(struct sk_buff *skb) in init_can_skb_reserve()
210 struct sk_buff *skb; in alloc_can_skb() local
233 struct sk_buff *skb; in alloc_canfd_skb() local
260 struct sk_buff *skb; in alloc_canxl_skb() local
291 struct sk_buff *skb; in alloc_can_err_skb() local
305 static bool can_skb_headroom_valid(struct net_device *dev, struct sk_buff *skb) in can_skb_headroom_valid()
[all …]

12345678910>>...86