Home
last modified time | relevance | path

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

12345678910>>...37

/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/bridge/
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 #define IS_VLAN_IP(skb) \ argument
95 #define IS_VLAN_IPV6(skb) \ argument
99 #define IS_VLAN_ARP(skb) \ argument
103 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto()
109 #define IS_PPPOE_IP(skb) \ argument
114 #define IS_PPPOE_IPV6(skb) \ argument
[all …]
/net/ieee802154/6lowpan/
Drx.c29 static int lowpan_give_skb_to_device(struct sk_buff *skb) in lowpan_give_skb_to_device()
38 static int lowpan_rx_handlers_result(struct sk_buff *skb, lowpan_rx_result res) in lowpan_rx_handlers_result()
72 static lowpan_rx_result lowpan_rx_h_frag(struct sk_buff *skb) in lowpan_rx_h_frag()
91 int lowpan_iphc_decompress(struct sk_buff *skb) in lowpan_iphc_decompress()
101 static lowpan_rx_result lowpan_rx_h_iphc(struct sk_buff *skb) in lowpan_rx_h_iphc()
120 lowpan_rx_result lowpan_rx_h_ipv6(struct sk_buff *skb) in lowpan_rx_h_ipv6()
135 static lowpan_rx_result lowpan_rx_h_esc(struct sk_buff *skb) in lowpan_rx_h_esc()
151 static lowpan_rx_result lowpan_rx_h_hc1(struct sk_buff *skb) in lowpan_rx_h_hc1()
167 static lowpan_rx_result lowpan_rx_h_dff(struct sk_buff *skb) in lowpan_rx_h_dff()
183 static lowpan_rx_result lowpan_rx_h_bc0(struct sk_buff *skb) in lowpan_rx_h_bc0()
[all …]
/net/nfc/nci/
Drsp.c40 static void nci_core_reset_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_reset_rsp_packet()
55 static void nci_core_init_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_init_rsp_packet()
122 struct sk_buff *skb) in nci_core_set_config_rsp_packet()
132 struct sk_buff *skb) in nci_rf_disc_map_rsp_packet()
141 static void nci_rf_disc_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rf_disc_rsp_packet()
172 struct sk_buff *skb) in nci_rf_disc_select_rsp_packet()
184 struct sk_buff *skb) in nci_rf_deactivate_rsp_packet()
200 struct sk_buff *skb) in nci_nfcee_discover_rsp_packet()
217 struct sk_buff *skb) in nci_nfcee_mode_set_rsp_packet()
226 struct sk_buff *skb) in nci_core_conn_create_rsp_packet()
[all …]
/net/core/
Dskbuff.c97 static void skb_panic(struct sk_buff *skb, unsigned int sz, void *addr, in skb_panic()
107 static void skb_over_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_over_panic()
112 static void skb_under_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_under_panic()
182 struct sk_buff *skb; in __alloc_skb() local
278 struct sk_buff *skb; in __build_skb() local
312 struct sk_buff *skb = __build_skb(data, frag_size); in build_skb() local
395 struct sk_buff *skb; in __netdev_alloc_skb() local
463 struct sk_buff *skb; in __napi_alloc_skb() local
506 void skb_add_rx_frag(struct sk_buff *skb, int i, struct page *page, int off, in skb_add_rx_frag()
516 void skb_coalesce_rx_frag(struct sk_buff *skb, int i, int size, in skb_coalesce_rx_frag()
[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
248 struct sk_buff *skb), in __skb_try_recv_datagram()
253 struct sk_buff *skb; in __skb_try_recv_datagram() local
296 struct sk_buff *skb), in __skb_recv_datagram()
299 struct sk_buff *skb, *last; in __skb_recv_datagram() local
329 void skb_free_datagram(struct sock *sk, struct sk_buff *skb) in skb_free_datagram()
336 void __skb_free_datagram_locked(struct sock *sk, struct sk_buff *skb, int len) in __skb_free_datagram_locked()
[all …]
/net/ipv6/
Dxfrm6_output.c23 int xfrm6_find_1stfragopt(struct xfrm_state *x, struct sk_buff *skb, in xfrm6_find_1stfragopt()
30 static int xfrm6_local_dontfrag(struct sk_buff *skb) in xfrm6_local_dontfrag()
47 static void xfrm6_local_rxpmtu(struct sk_buff *skb, u32 mtu) in xfrm6_local_rxpmtu()
58 void xfrm6_local_error(struct sk_buff *skb, u32 mtu) in xfrm6_local_error()
71 static int xfrm6_tunnel_check_size(struct sk_buff *skb) in xfrm6_tunnel_check_size()
101 int xfrm6_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_output()
114 int xfrm6_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_prepare_output()
129 int xfrm6_output_finish(struct sock *sk, struct sk_buff *skb) in xfrm6_output_finish()
140 static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output_finish()
147 static int __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output()
[all …]
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()
Dmcast_snoop.c26 static int ipv6_mc_check_ip6hdr(struct sk_buff *skb) in ipv6_mc_check_ip6hdr()
47 static int ipv6_mc_check_exthdrs(struct sk_buff *skb) in ipv6_mc_check_exthdrs()
74 static int ipv6_mc_check_mld_reportv2(struct sk_buff *skb) in ipv6_mc_check_mld_reportv2()
83 static int ipv6_mc_check_mld_query(struct sk_buff *skb) in ipv6_mc_check_mld_query()
116 static int ipv6_mc_check_mld_msg(struct sk_buff *skb) in ipv6_mc_check_mld_msg()
134 static inline __sum16 ipv6_mc_validate_checksum(struct sk_buff *skb) in ipv6_mc_validate_checksum()
139 static int __ipv6_mc_check_mld(struct sk_buff *skb, in __ipv6_mc_check_mld()
202 int ipv6_mc_check_mld(struct sk_buff *skb, struct sk_buff **skb_trimmed) in ipv6_mc_check_mld()
Dexthdrs.c77 static bool ip6_tlvopt_unknown(struct sk_buff *skb, int optoff) in ip6_tlvopt_unknown()
103 static bool ip6_parse_tlv(const struct tlvtype_proc *procs, struct sk_buff *skb) in ip6_parse_tlv()
184 static bool ipv6_dest_hao(struct sk_buff *skb, int optoff) in ipv6_dest_hao()
256 static int ipv6_destopt_rcv(struct sk_buff *skb) in ipv6_destopt_rcv()
294 static void seg6_update_csum(struct sk_buff *skb) in seg6_update_csum()
323 static int ipv6_srh_rcv(struct sk_buff *skb) in ipv6_srh_rcv()
449 static int ipv6_rthdr_rcv(struct sk_buff *skb) in ipv6_rthdr_rcv()
693 static inline struct inet6_dev *ipv6_skb_idev(struct sk_buff *skb) in ipv6_skb_idev()
698 static inline struct net *ipv6_skb_net(struct sk_buff *skb) in ipv6_skb_net()
705 static bool ipv6_hop_ra(struct sk_buff *skb, int optoff) in ipv6_hop_ra()
[all …]
/net/dccp/
Dinput.c26 static void dccp_enqueue_skb(struct sock *sk, struct sk_buff *skb) in dccp_enqueue_skb()
34 static void dccp_fin(struct sock *sk, struct sk_buff *skb) in dccp_fin()
47 static int dccp_rcv_close(struct sock *sk, struct sk_buff *skb) in dccp_rcv_close()
93 static int dccp_rcv_closereq(struct sock *sk, struct sk_buff *skb) in dccp_rcv_closereq()
149 static void dccp_rcv_reset(struct sock *sk, struct sk_buff *skb) in dccp_rcv_reset()
163 static void dccp_handle_ackvec_processing(struct sock *sk, struct sk_buff *skb) in dccp_handle_ackvec_processing()
174 static void dccp_deliver_input_to_ccids(struct sock *sk, struct sk_buff *skb) in dccp_deliver_input_to_ccids()
189 static int dccp_check_seqno(struct sock *sk, struct sk_buff *skb) in dccp_check_seqno()
287 static int __dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in __dccp_rcv_established()
368 int dccp_rcv_established(struct sock *sk, struct sk_buff *skb, in dccp_rcv_established()
[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()
53 static int xfrm_output_one(struct sk_buff *skb, int err) in xfrm_output_one()
146 int xfrm_output_resume(struct sk_buff *skb, int err) in xfrm_output_resume()
175 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output2()
180 static int xfrm_output_gso(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output_gso()
211 int xfrm_output(struct sock *sk, struct sk_buff *skb) in xfrm_output()
264 int xfrm_inner_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm_inner_extract_output()
279 void xfrm_local_error(struct sk_buff *skb, int mtu) in xfrm_local_error()
/net/openvswitch/
Dflow.c72 const struct sk_buff *skb) in ovs_flow_stats_update()
186 static int check_header(struct sk_buff *skb, int len) in check_header()
195 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok()
201 static int check_iphdr(struct sk_buff *skb) in check_iphdr()
220 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok()
236 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok()
242 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok()
248 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok()
254 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
303 static bool icmp6hdr_ok(struct sk_buff *skb) in icmp6hdr_ok()
[all …]
/net/decnet/
Ddn_nsp_in.c81 static void dn_log_martian(struct sk_buff *skb, const char *msg) in dn_log_martian()
100 static void dn_ack(struct sock *sk, struct sk_buff *skb, unsigned short ack) in dn_ack()
136 static int dn_process_ack(struct sock *sk, struct sk_buff *skb, int oth) in dn_process_ack()
225 static struct sock *dn_find_listener(struct sk_buff *skb, unsigned short *reason) in dn_find_listener()
332 static void dn_nsp_conn_init(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_init()
344 static void dn_nsp_conn_conf(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_conf()
387 static void dn_nsp_conn_ack(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_ack()
399 static void dn_nsp_disc_init(struct sock *sk, struct sk_buff *skb) in dn_nsp_disc_init()
467 static void dn_nsp_disc_conf(struct sock *sk, struct sk_buff *skb) in dn_nsp_disc_conf()
511 static void dn_nsp_linkservice(struct sock *sk, struct sk_buff *skb) in dn_nsp_linkservice()
[all …]
/net/sctp/
Dulpevent.c67 struct sk_buff *skb; in sctp_ulpevent_new() local
95 struct sk_buff *skb; in sctp_ulpevent_set_owner() local
136 struct sk_buff *skb; in sctp_ulpevent_make_assoc_change() local
263 struct sk_buff *skb; in sctp_ulpevent_make_peer_addr_change() local
377 struct sk_buff *skb; in sctp_ulpevent_make_remote_error() local
432 struct sk_buff *skb; in sctp_ulpevent_make_send_failed() local
540 struct sk_buff *skb; in sctp_ulpevent_make_shutdown_event() local
602 struct sk_buff *skb; in sctp_ulpevent_make_adaptation_indication() local
637 struct sk_buff *skb; in sctp_ulpevent_make_rcvmsg() local
739 struct sk_buff *skb; in sctp_ulpevent_make_pdapi() local
[all …]
/net/ncsi/
Dncsi-cmd.c64 static int ncsi_cmd_handler_default(struct sk_buff *skb, in ncsi_cmd_handler_default()
75 static int ncsi_cmd_handler_sp(struct sk_buff *skb, in ncsi_cmd_handler_sp()
87 static int ncsi_cmd_handler_dc(struct sk_buff *skb, in ncsi_cmd_handler_dc()
99 static int ncsi_cmd_handler_rc(struct sk_buff *skb, in ncsi_cmd_handler_rc()
110 static int ncsi_cmd_handler_ae(struct sk_buff *skb, in ncsi_cmd_handler_ae()
123 static int ncsi_cmd_handler_sl(struct sk_buff *skb, in ncsi_cmd_handler_sl()
136 static int ncsi_cmd_handler_svf(struct sk_buff *skb, in ncsi_cmd_handler_svf()
150 static int ncsi_cmd_handler_ev(struct sk_buff *skb, in ncsi_cmd_handler_ev()
162 static int ncsi_cmd_handler_sma(struct sk_buff *skb, in ncsi_cmd_handler_sma()
178 static int ncsi_cmd_handler_ebf(struct sk_buff *skb, in ncsi_cmd_handler_ebf()
[all …]
/net/ipv4/
Dxfrm4_output.c21 static int xfrm4_tunnel_check_size(struct sk_buff *skb) in xfrm4_tunnel_check_size()
47 int xfrm4_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_extract_output()
60 int xfrm4_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_prepare_output()
75 int xfrm4_output_finish(struct sock *sk, struct sk_buff *skb) in xfrm4_output_finish()
86 static int __xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm4_output()
100 int xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm4_output()
108 void xfrm4_local_error(struct sk_buff *skb, u32 mtu) in xfrm4_local_error()
/net/sched/
Dcls_flow.c73 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src()
83 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
93 static u32 flow_get_proto(const struct sk_buff *skb, in flow_get_proto()
99 static u32 flow_get_proto_src(const struct sk_buff *skb, in flow_get_proto_src()
108 static u32 flow_get_proto_dst(const struct sk_buff *skb, in flow_get_proto_dst()
117 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif()
122 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority()
127 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark()
132 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct()
142 #define CTTUPLE(skb, member) \ argument
[all …]
/net/nfc/
Ddigital.h64 struct sk_buff *skb, u16 timeout, in digital_in_send_cmd()
98 struct sk_buff *skb, u16 timeout, in digital_tg_send_cmd()
137 static inline void digital_skb_add_crc_a(struct sk_buff *skb) in digital_skb_add_crc_a()
142 static inline void digital_skb_add_crc_b(struct sk_buff *skb) in digital_skb_add_crc_b()
147 static inline void digital_skb_add_crc_f(struct sk_buff *skb) in digital_skb_add_crc_f()
152 static inline void digital_skb_add_crc_none(struct sk_buff *skb) in digital_skb_add_crc_none()
160 static inline int digital_skb_check_crc_a(struct sk_buff *skb) in digital_skb_check_crc_a()
165 static inline int digital_skb_check_crc_b(struct sk_buff *skb) in digital_skb_check_crc_b()
170 static inline int digital_skb_check_crc_f(struct sk_buff *skb) in digital_skb_check_crc_f()
175 static inline int digital_skb_check_crc_none(struct sk_buff *skb) in digital_skb_check_crc_none()

12345678910>>...37