Home
last modified time | relevance | path

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

12345678910>>...74

/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.c30 static int xfrm_skb_check_space(struct sk_buff *skb) in xfrm_skb_check_space()
51 static struct dst_entry *skb_dst_pop(struct sk_buff *skb) in skb_dst_pop()
64 static int xfrm4_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_transport_output()
83 static int mip6_rthdr_offset(struct sk_buff *skb, u8 **nexthdr, int type) in mip6_rthdr_offset()
143 static int xfrm6_hdr_offset(struct xfrm_state *x, struct sk_buff *skb, u8 **prevhdr) in xfrm6_hdr_offset()
164 static int xfrm6_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_transport_output()
197 static int xfrm6_ro_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_ro_output()
227 static int xfrm4_beet_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_beet_encap_add()
276 static int xfrm4_tunnel_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_tunnel_encap_add()
324 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() argument
15 int f2(int val, struct __sk_buff *skb) in f2() argument
21 int f3(int val, struct __sk_buff *skb, int var) in f3() argument
27 int f4(struct __sk_buff *skb) in f4() argument
33 int f5(struct __sk_buff *skb) in f5() argument
39 f6(struct __sk_buff * skb) f6() argument
45 f7(struct __sk_buff * skb) f7() argument
51 f8(struct __sk_buff * skb) f8() argument
58 global_func3(struct __sk_buff * skb) global_func3() argument
[all...]
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/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/core/
H A Dskbuff.c207 static void skb_panic(struct sk_buff *skb, unsigned int sz, void *addr, in skb_panic()
217 static void skb_over_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_over_panic()
222 static void skb_under_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_under_panic()
287 struct sk_buff *skb; in napi_skb_cache_get() local
316 static inline void skbuff_clear(struct sk_buff *skb) in skbuff_clear()
388 static inline void __finalize_skb_around(struct sk_buff *skb, void *data, in __finalize_skb_around()
437 struct sk_buff *skb; in slab_build_skb() local
454 static void __build_skb_around(struct sk_buff *skb, void *data, in __build_skb_around()
490 struct sk_buff *skb; in __build_skb() local
508 struct sk_buff *skb = __build_skb(data, frag_size); in build_skb() local
[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/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/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()
88 struct sk_buff *skb) in hci_cc_inquiry_cancel()
126 struct sk_buff *skb) in hci_cc_periodic_inq()
141 struct sk_buff *skb) in hci_cc_exit_periodic_inq()
156 struct sk_buff *skb) in hci_cc_remote_name_req_cancel()
166 struct sk_buff *skb) in hci_cc_role_discovery()
188 struct sk_buff *skb) in hci_cc_read_link_policy()
210 struct sk_buff *skb) in hci_cc_write_link_policy()
[all …]
/linux/net/netfilter/
H A Dnf_flow_table_ip.c26 struct sk_buff *skb, unsigned int thoff) in nf_flow_state_check()
46 static void nf_flow_nat_ip_tcp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_tcp()
55 static void nf_flow_nat_ip_udp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_udp()
69 static void nf_flow_nat_ip_l4proto(struct sk_buff *skb, struct iphdr *iph, in nf_flow_nat_ip_l4proto()
84 struct sk_buff *skb, struct iphdr *iph, in nf_flow_snat_ip()
107 struct sk_buff *skb, struct iphdr *iph, in nf_flow_dnat_ip()
129 static void nf_flow_nat_ip(const struct flow_offload *flow, struct sk_buff *skb, in nf_flow_nat_ip()
161 struct sk_buff *skb, in nf_flow_tuple_encap()
216 static int nf_flow_tuple_ip(struct nf_flowtable_ctx *ctx, struct sk_buff *skb, in nf_flow_tuple_ip()
289 static bool nf_flow_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) in nf_flow_exceeds_mtu()
[all …]
/linux/net/openvswitch/
H A Dactions.c90 add_deferred_actions(struct sk_buff * skb,const struct sw_flow_key * key,const struct nlattr * actions,const int actions_len) add_deferred_actions() argument
129 push_mpls(struct sk_buff * skb,struct sw_flow_key * key,__be32 mpls_lse,__be16 mpls_ethertype,__u16 mac_len) push_mpls() argument
145 pop_mpls(struct sk_buff * skb,struct sw_flow_key * key,const __be16 ethertype) pop_mpls() argument
162 set_mpls(struct sk_buff * skb,struct sw_flow_key * flow_key,const __be32 * mpls_lse,const __be32 * mask) set_mpls() argument
182 pop_vlan(struct sk_buff * skb,struct sw_flow_key * key) pop_vlan() argument
196 push_vlan(struct sk_buff * skb,struct sw_flow_key * key,const struct ovs_action_push_vlan * vlan) push_vlan() argument
225 set_eth_addr(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_ethernet * key,const struct ovs_key_ethernet * mask) set_eth_addr() argument
252 pop_eth(struct sk_buff * skb,struct sw_flow_key * key) pop_eth() argument
266 push_eth(struct sk_buff * skb,struct sw_flow_key * key,const struct ovs_action_push_eth * ethh) push_eth() argument
282 push_nsh(struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * a) push_nsh() argument
304 pop_nsh(struct sk_buff * skb,struct sw_flow_key * key) pop_nsh() argument
321 update_ip_l4_checksum(struct sk_buff * skb,struct iphdr * nh,__be32 addr,__be32 new_addr) update_ip_l4_checksum() argument
347 set_ip_addr(struct sk_buff * skb,struct iphdr * nh,__be32 * addr,__be32 new_addr) set_ip_addr() argument
357 update_ipv6_checksum(struct sk_buff * skb,u8 l4_proto,__be32 addr[4],const __be32 new_addr[4]) update_ipv6_checksum() argument
393 set_ipv6_addr(struct sk_buff * skb,u8 l4_proto,__be32 addr[4],const __be32 new_addr[4],bool recalculate_csum) set_ipv6_addr() argument
405 set_ipv6_dsfield(struct sk_buff * skb,struct ipv6hdr * nh,u8 ipv6_tclass,u8 mask) set_ipv6_dsfield() argument
418 set_ipv6_fl(struct sk_buff * skb,struct ipv6hdr * nh,u32 fl,u32 mask) set_ipv6_fl() argument
434 set_ipv6_ttl(struct sk_buff * skb,struct ipv6hdr * nh,u8 new_ttl,u8 mask) set_ipv6_ttl() argument
444 set_ip_ttl(struct sk_buff * skb,struct iphdr * nh,u8 new_ttl,u8 mask) set_ip_ttl() argument
453 set_ipv4(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_ipv4 * key,const struct ovs_key_ipv4 * mask) set_ipv4() argument
505 set_ipv6(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_ipv6 * key,const struct ovs_key_ipv6 * mask) set_ipv6() argument
576 set_tp_port(struct sk_buff * skb,__be16 * port,__be16 new_port,__sum16 * check) set_tp_port() argument
584 set_udp(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_udp * key,const struct ovs_key_udp * mask) set_udp() argument
627 set_tcp(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_tcp * key,const struct ovs_key_tcp * mask) set_tcp() argument
656 set_sctp(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_sctp * key,const struct ovs_key_sctp * mask) set_sctp() argument
691 ovs_vport_output(struct net * net,struct sock * sk,struct sk_buff * skb) ovs_vport_output() argument
739 prepare_frag(struct vport * vport,struct sk_buff * skb,u16 orig_network_offset,u8 mac_proto) prepare_frag() argument
765 ovs_fragment(struct net * net,struct vport * vport,struct sk_buff * skb,u16 mru,struct sw_flow_key * key) ovs_fragment() argument
828 do_output(struct datapath * dp,struct sk_buff * skb,int out_port,struct sw_flow_key * key) do_output() argument
861 output_userspace(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,const struct nlattr * actions,int actions_len,uint32_t cutlen) output_userspace() argument
921 dec_ttl_exception_handler(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr) dec_ttl_exception_handler() argument
940 sample(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,bool last) sample() argument
981 clone(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,bool last) clone() argument
999 execute_hash(struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr) execute_hash() argument
1022 execute_set_action(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct nlattr * a) execute_set_action() argument
1042 execute_masked_set_action(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct nlattr * a) execute_masked_set_action() argument
1114 execute_recirc(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * a,bool last) execute_recirc() argument
1133 execute_check_pkt_len(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,bool last) execute_check_pkt_len() argument
1172 execute_dec_ttl(struct sk_buff * skb,struct sw_flow_key * key) execute_dec_ttl() argument
1212 execute_psample(struct datapath * dp,struct sk_buff * skb,const struct nlattr * attr) execute_psample() argument
1244 execute_psample(struct datapath * dp,struct sk_buff * skb,const struct nlattr * attr) execute_psample() argument
1250 do_execute_actions(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,int len) do_execute_actions() argument
1479 clone_execute(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,u32 recirc_id,const struct nlattr * actions,int len,bool last,bool clone_flow_key) clone_execute() argument
1556 struct sk_buff *skb = da->skb; process_deferred_actions() local
1572 ovs_execute_actions(struct datapath * dp,struct sk_buff * skb,const struct sw_flow_actions * acts,struct sw_flow_key * key) ovs_execute_actions() argument
[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/wireless/ath/carl9170/
H A Dtx.c65 struct sk_buff *skb) in carl9170_get_queue()
76 static void carl9170_tx_accounting(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_accounting()
108 struct sk_buff *skb) in __carl9170_get_tx_sta()
138 static void carl9170_tx_ps_unblock(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_ps_unblock()
156 static void carl9170_tx_accounting_free(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_accounting_free()
190 static int carl9170_alloc_dev_space(struct ar9170 *ar, struct sk_buff *skb) in carl9170_alloc_dev_space()
226 static void carl9170_release_dev_space(struct ar9170 *ar, struct sk_buff *skb) in carl9170_release_dev_space()
267 struct sk_buff *skb; in carl9170_tx_release() local
331 void carl9170_tx_get_skb(struct sk_buff *skb) in carl9170_tx_get_skb()
338 int carl9170_tx_put_skb(struct sk_buff *skb) in carl9170_tx_put_skb()
[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/net/ncsi/
H A Dncsi-cmd.c63 static int ncsi_cmd_handler_default(struct sk_buff *skb, in ncsi_cmd_handler_default()
74 static int ncsi_cmd_handler_sp(struct sk_buff *skb, in ncsi_cmd_handler_sp()
86 static int ncsi_cmd_handler_dc(struct sk_buff *skb, in ncsi_cmd_handler_dc()
98 static int ncsi_cmd_handler_rc(struct sk_buff *skb, in ncsi_cmd_handler_rc()
109 static int ncsi_cmd_handler_ae(struct sk_buff *skb, in ncsi_cmd_handler_ae()
122 static int ncsi_cmd_handler_sl(struct sk_buff *skb, in ncsi_cmd_handler_sl()
135 static int ncsi_cmd_handler_svf(struct sk_buff *skb, in ncsi_cmd_handler_svf()
149 static int ncsi_cmd_handler_ev(struct sk_buff *skb, in ncsi_cmd_handler_ev()
161 static int ncsi_cmd_handler_sma(struct sk_buff *skb, in ncsi_cmd_handler_sma()
177 static int ncsi_cmd_handler_ebf(struct sk_buff *skb, in ncsi_cmd_handler_ebf()
[all …]

12345678910>>...74