Home
last modified time | relevance | path

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

12345678910>>...38

/net/llc/
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 …]
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 …]
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 …]
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()
Dllc_s_ac.c37 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_unitdata_ind()
52 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_ui()
77 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_c()
101 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_r()
133 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_c()
149 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_r()
183 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_report_status()
196 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_xid_ind()
210 int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_test_ind()
Dllc_sap.c51 struct sk_buff *skb; in llc_alloc_frame() local
69 void llc_save_primitive(struct sock *sk, struct sk_buff *skb, u8 prim) in llc_save_primitive()
91 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu()
117 struct sk_buff *skb) in llc_find_sap_trans()
146 struct sk_buff *skb) in llc_exec_sap_trans_actions()
166 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state()
203 static void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_state_process()
231 struct sk_buff *skb, u8 *dmac, u8 dsap) in llc_build_and_send_test_pkt()
256 void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb, in llc_build_and_send_xid_pkt()
279 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
[all …]
/net/bluetooth/
Dhci_event.c44 static void hci_cc_inquiry_cancel(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_inquiry_cancel()
69 static void hci_cc_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_periodic_inq()
81 static void hci_cc_exit_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_exit_periodic_inq()
96 struct sk_buff *skb) in hci_cc_remote_name_req_cancel()
101 static void hci_cc_role_discovery(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_role_discovery()
120 static void hci_cc_read_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_link_policy()
139 static void hci_cc_write_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_link_policy()
164 struct sk_buff *skb) in hci_cc_read_def_link_policy()
177 struct sk_buff *skb) in hci_cc_write_def_link_policy()
194 static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_reset()
[all …]
/net/xfrm/
Dxfrm_output.c24 static int xfrm_skb_check_space(struct sk_buff *skb) in xfrm_skb_check_space()
45 static struct dst_entry *skb_dst_pop(struct sk_buff *skb) in skb_dst_pop()
58 static int xfrm4_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_transport_output()
79 static int xfrm6_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_transport_output()
110 static int xfrm6_ro_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_ro_output()
142 static int xfrm4_beet_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_beet_encap_add()
191 static int xfrm4_tunnel_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_tunnel_encap_add()
236 static int xfrm6_tunnel_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_tunnel_encap_add()
271 static int xfrm6_beet_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_beet_encap_add()
322 static int xfrm4_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_prepare_output()
[all …]
/net/bridge/
Dbr_netfilter_hooks.c66 #define IS_IP(skb) \ argument
69 #define IS_IPV6(skb) \ argument
72 #define IS_ARP(skb) \ argument
75 static inline __be16 vlan_proto(const struct sk_buff *skb) in vlan_proto()
85 static inline bool is_vlan_ip(const struct sk_buff *skb, const struct net *net) in is_vlan_ip()
92 static inline bool is_vlan_ipv6(const struct sk_buff *skb, in is_vlan_ipv6()
101 static inline bool is_vlan_arp(const struct sk_buff *skb, const struct net *net) in is_vlan_arp()
108 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto()
114 static inline bool is_pppoe_ip(const struct sk_buff *skb, const struct net *net) in is_pppoe_ip()
122 static inline bool is_pppoe_ipv6(const struct sk_buff *skb, in is_pppoe_ipv6()
[all …]
/net/ieee802154/6lowpan/
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 …]
/net/nfc/nci/
Drsp.c28 static void nci_core_reset_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_reset_rsp_packet()
43 static void nci_core_init_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_init_rsp_packet()
110 struct sk_buff *skb) in nci_core_set_config_rsp_packet()
120 struct sk_buff *skb) in nci_rf_disc_map_rsp_packet()
129 static void nci_rf_disc_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rf_disc_rsp_packet()
160 struct sk_buff *skb) in nci_rf_disc_select_rsp_packet()
172 struct sk_buff *skb) in nci_rf_deactivate_rsp_packet()
188 struct sk_buff *skb) in nci_nfcee_discover_rsp_packet()
205 struct sk_buff *skb) in nci_nfcee_mode_set_rsp_packet()
214 struct sk_buff *skb) in nci_core_conn_create_rsp_packet()
[all …]
/net/core/
Dskbuff.c101 static void skb_panic(struct sk_buff *skb, unsigned int sz, void *addr, in skb_panic()
111 static void skb_over_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_over_panic()
116 static void skb_under_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_under_panic()
186 struct sk_buff *skb; in __alloc_skb() local
261 static struct sk_buff *__build_skb_around(struct sk_buff *skb, in __build_skb_around()
308 struct sk_buff *skb; in __build_skb() local
326 struct sk_buff *skb = __build_skb(data, frag_size); in build_skb() local
343 struct sk_buff *build_skb_around(struct sk_buff *skb, in build_skb_around()
428 struct sk_buff *skb; in __netdev_alloc_skb() local
500 struct sk_buff *skb; in __napi_alloc_skb() local
[all …]
Ddatagram.c88 const struct sk_buff *skb) in __skb_wait_for_more_packets()
136 static struct sk_buff *skb_set_peeked(struct sk_buff *skb) in skb_set_peeked()
169 struct sk_buff *skb), in __skb_try_recv_from_queue()
174 struct sk_buff *skb; in __skb_try_recv_from_queue() local
246 struct sk_buff *skb), in __skb_try_recv_datagram()
251 struct sk_buff *skb; in __skb_try_recv_datagram() local
293 struct sk_buff *skb), in __skb_recv_datagram()
296 struct sk_buff *skb, *last; in __skb_recv_datagram() local
326 void skb_free_datagram(struct sock *sk, struct sk_buff *skb) in skb_free_datagram()
333 void __skb_free_datagram_locked(struct sock *sk, struct sk_buff *skb, int len) in __skb_free_datagram_locked()
[all …]
/net/ipv6/
Dxfrm6_output.c19 int xfrm6_find_1stfragopt(struct xfrm_state *x, struct sk_buff *skb, in xfrm6_find_1stfragopt()
26 static int xfrm6_local_dontfrag(struct sk_buff *skb) in xfrm6_local_dontfrag()
43 static void xfrm6_local_rxpmtu(struct sk_buff *skb, u32 mtu) in xfrm6_local_rxpmtu()
54 void xfrm6_local_error(struct sk_buff *skb, u32 mtu) in xfrm6_local_error()
67 static int xfrm6_tunnel_check_size(struct sk_buff *skb) in xfrm6_tunnel_check_size()
97 int xfrm6_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_output()
110 int xfrm6_output_finish(struct sock *sk, struct sk_buff *skb) in xfrm6_output_finish()
122 struct sk_buff *skb) in __xfrm6_output_state_finish()
138 static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output_finish()
145 static int __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output()
[all …]
Dmcast_snoop.c14 static int ipv6_mc_check_ip6hdr(struct sk_buff *skb) in ipv6_mc_check_ip6hdr()
37 static int ipv6_mc_check_exthdrs(struct sk_buff *skb) in ipv6_mc_check_exthdrs()
64 static int ipv6_mc_check_mld_reportv2(struct sk_buff *skb) in ipv6_mc_check_mld_reportv2()
73 static int ipv6_mc_check_mld_query(struct sk_buff *skb) in ipv6_mc_check_mld_query()
106 static int ipv6_mc_check_mld_msg(struct sk_buff *skb) in ipv6_mc_check_mld_msg()
129 static inline __sum16 ipv6_mc_validate_checksum(struct sk_buff *skb) in ipv6_mc_validate_checksum()
134 int ipv6_mc_check_icmpv6(struct sk_buff *skb) in ipv6_mc_check_icmpv6()
170 int ipv6_mc_check_mld(struct sk_buff *skb) in ipv6_mc_check_mld()
Dxfrm6_input.c20 int xfrm6_extract_input(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_input()
25 int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi, in xfrm6_rcv_spi()
36 struct sk_buff *skb) in xfrm6_transport_finish2()
43 int xfrm6_transport_finish(struct sk_buff *skb, int async) in xfrm6_transport_finish()
48 skb_network_header(skb)[IP6CB(skb)->nhoff] = in xfrm6_transport_finish() local
72 int xfrm6_rcv_tnl(struct sk_buff *skb, struct ip6_tnl *t) in xfrm6_rcv_tnl()
79 int xfrm6_rcv(struct sk_buff *skb) in xfrm6_rcv()
84 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr, in xfrm6_input_addr()
/net/openvswitch/
Dflow.c60 const struct sk_buff *skb) in ovs_flow_stats_update()
174 static int check_header(struct sk_buff *skb, int len) in check_header()
183 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok()
189 static int check_iphdr(struct sk_buff *skb) in check_iphdr()
208 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok()
224 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok()
230 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok()
236 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok()
242 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
289 static bool icmp6hdr_ok(struct sk_buff *skb) in icmp6hdr_ok()
[all …]
/net/ncsi/
Dncsi-cmd.c61 static int ncsi_cmd_handler_default(struct sk_buff *skb, in ncsi_cmd_handler_default()
72 static int ncsi_cmd_handler_sp(struct sk_buff *skb, in ncsi_cmd_handler_sp()
84 static int ncsi_cmd_handler_dc(struct sk_buff *skb, in ncsi_cmd_handler_dc()
96 static int ncsi_cmd_handler_rc(struct sk_buff *skb, in ncsi_cmd_handler_rc()
107 static int ncsi_cmd_handler_ae(struct sk_buff *skb, in ncsi_cmd_handler_ae()
120 static int ncsi_cmd_handler_sl(struct sk_buff *skb, in ncsi_cmd_handler_sl()
133 static int ncsi_cmd_handler_svf(struct sk_buff *skb, in ncsi_cmd_handler_svf()
147 static int ncsi_cmd_handler_ev(struct sk_buff *skb, in ncsi_cmd_handler_ev()
159 static int ncsi_cmd_handler_sma(struct sk_buff *skb, in ncsi_cmd_handler_sma()
175 static int ncsi_cmd_handler_ebf(struct sk_buff *skb, in ncsi_cmd_handler_ebf()
[all …]
/net/netfilter/
Dnf_flow_table_ip.c20 struct sk_buff *skb, unsigned int thoff) in nf_flow_state_check()
39 static int nf_flow_nat_ip_tcp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_tcp()
54 static int nf_flow_nat_ip_udp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_udp()
74 static int nf_flow_nat_ip_l4proto(struct sk_buff *skb, struct iphdr *iph, in nf_flow_nat_ip_l4proto()
92 static int nf_flow_snat_ip(const struct flow_offload *flow, struct sk_buff *skb, in nf_flow_snat_ip()
117 static int nf_flow_dnat_ip(const struct flow_offload *flow, struct sk_buff *skb, in nf_flow_dnat_ip()
142 static int nf_flow_nat_ip(const struct flow_offload *flow, struct sk_buff *skb, in nf_flow_nat_ip()
164 static int nf_flow_tuple_ip(struct sk_buff *skb, const struct net_device *dev, in nf_flow_tuple_ip()
206 static bool nf_flow_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) in nf_flow_exceeds_mtu()
225 static unsigned int nf_flow_xmit_xfrm(struct sk_buff *skb, in nf_flow_xmit_xfrm()
[all …]
/net/dccp/
Dinput.c22 static void dccp_enqueue_skb(struct sock *sk, struct sk_buff *skb) in dccp_enqueue_skb()
30 static void dccp_fin(struct sock *sk, struct sk_buff *skb) in dccp_fin()
43 static int dccp_rcv_close(struct sock *sk, struct sk_buff *skb) in dccp_rcv_close()
89 static int dccp_rcv_closereq(struct sock *sk, struct sk_buff *skb) in dccp_rcv_closereq()
145 static void dccp_rcv_reset(struct sock *sk, struct sk_buff *skb) in dccp_rcv_reset()
159 static void dccp_handle_ackvec_processing(struct sock *sk, struct sk_buff *skb) in dccp_handle_ackvec_processing()
170 static void dccp_deliver_input_to_ccids(struct sock *sk, struct sk_buff *skb) in dccp_deliver_input_to_ccids()
185 static int dccp_check_seqno(struct sock *sk, struct sk_buff *skb) in dccp_check_seqno()
283 static int __dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in __dccp_rcv_established()
364 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in dccp_rcv_established()
[all …]
/net/decnet/
Ddn_nsp_in.c73 static void dn_log_martian(struct sk_buff *skb, const char *msg) in dn_log_martian()
92 static void dn_ack(struct sock *sk, struct sk_buff *skb, unsigned short ack) in dn_ack()
128 static int dn_process_ack(struct sock *sk, struct sk_buff *skb, int oth) in dn_process_ack()
217 static struct sock *dn_find_listener(struct sk_buff *skb, unsigned short *reason) in dn_find_listener()
324 static void dn_nsp_conn_init(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_init()
336 static void dn_nsp_conn_conf(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_conf()
379 static void dn_nsp_conn_ack(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_ack()
391 static void dn_nsp_disc_init(struct sock *sk, struct sk_buff *skb) in dn_nsp_disc_init()
459 static void dn_nsp_disc_conf(struct sock *sk, struct sk_buff *skb) in dn_nsp_disc_conf()
504 static void dn_nsp_linkservice(struct sock *sk, struct sk_buff *skb) in dn_nsp_linkservice()
[all …]
/net/sctp/
Dulpevent.c52 struct sk_buff *skb; in sctp_ulpevent_new() local
80 struct sk_buff *skb; in sctp_ulpevent_set_owner() local
121 struct sk_buff *skb; in sctp_ulpevent_make_assoc_change() local
248 struct sk_buff *skb; in sctp_ulpevent_make_peer_addr_change() local
362 struct sk_buff *skb; in sctp_ulpevent_make_remote_error() local
417 struct sk_buff *skb; in sctp_ulpevent_make_send_failed() local
525 struct sk_buff *skb; in sctp_ulpevent_make_shutdown_event() local
587 struct sk_buff *skb; in sctp_ulpevent_make_adaptation_indication() local
622 struct sk_buff *skb = chunk->skb; in sctp_ulpevent_make_rcvmsg() local
720 struct sk_buff *skb; in sctp_ulpevent_make_pdapi() local
[all …]
/net/rxrpc/
Dskbuff.c17 #define is_tx_skb(skb) (rxrpc_skb(skb)->rx_flags & RXRPC_SKB_TX_BUFFER) argument
18 #define select_skb_count(skb) (is_tx_skb(skb) ? &rxrpc_n_tx_skbs : &rxrpc_n_rx_skbs) argument
23 void rxrpc_new_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_new_skb()
34 void rxrpc_see_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_see_skb()
47 void rxrpc_get_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_get_skb()
59 void rxrpc_eaten_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_eaten_skb()
69 void rxrpc_free_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_free_skb()
88 struct sk_buff *skb; in rxrpc_purge_queue() local
/net/sched/
Dcls_flow.c66 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src()
76 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
86 static u32 flow_get_proto(const struct sk_buff *skb, in flow_get_proto()
92 static u32 flow_get_proto_src(const struct sk_buff *skb, in flow_get_proto_src()
101 static u32 flow_get_proto_dst(const struct sk_buff *skb, in flow_get_proto_dst()
110 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif()
115 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority()
120 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark()
125 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct()
135 #define CTTUPLE(skb, member) \ argument
[all …]
/net/bridge/netfilter/
Dnf_conntrack_bridge.c28 struct sk_buff *skb, in nf_br_ip_fragment()
123 static void br_skb_cb_save(struct sk_buff *skb, struct br_input_skb_cb *cb, in br_skb_cb_save()
130 static void br_skb_cb_restore(struct sk_buff *skb, in br_skb_cb_restore()
138 static unsigned int nf_ct_br_defrag4(struct sk_buff *skb, in nf_ct_br_defrag4()
168 static unsigned int nf_ct_br_defrag6(struct sk_buff *skb, in nf_ct_br_defrag6()
193 static int nf_ct_br_ip_check(const struct sk_buff *skb) in nf_ct_br_ip_check()
212 static int nf_ct_br_ipv6_check(const struct sk_buff *skb) in nf_ct_br_ipv6_check()
229 static unsigned int nf_ct_bridge_pre(void *priv, struct sk_buff *skb, in nf_ct_bridge_pre()
283 static void nf_ct_bridge_frag_save(struct sk_buff *skb, in nf_ct_bridge_frag_save()
297 nf_ct_bridge_refrag(struct sk_buff *skb, const struct nf_hook_state *state, in nf_ct_bridge_refrag()
[all …]

12345678910>>...38