Home
last modified time | relevance | path

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

12345678910>>...34

/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()
75 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_c()
97 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_r()
129 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_c()
143 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_r()
177 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_report_status()
190 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_xid_ind()
204 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()
201 static void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_state_process()
238 struct sk_buff *skb, u8 *dmac, u8 dsap) in llc_build_and_send_test_pkt()
263 void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb, in llc_build_and_send_xid_pkt()
286 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
[all …]
/net/bridge/
Dbr_forward.c31 const struct sk_buff *skb) in should_deliver()
38 int br_dev_queue_push_xmit(struct sk_buff *skb) in br_dev_queue_push_xmit()
54 int br_forward_finish(struct sk_buff *skb) in br_forward_finish()
62 static void __br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in __br_deliver()
84 static void __br_forward(const struct net_bridge_port *to, struct sk_buff *skb) in __br_forward()
106 void br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in br_deliver()
118 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb, struct sk_buff *skb0) in br_forward()
133 struct sk_buff *skb, in deliver_clone()
151 struct sk_buff *skb, in maybe_deliver()
172 static void br_flood(struct net_bridge *br, struct sk_buff *skb, in br_flood()
[all …]
Dbr_netfilter.c45 #define skb_origaddr(skb) (((struct bridge_skb_cb *) \ argument
47 #define store_orig_dstaddr(skb) (skb_origaddr(skb) = ip_hdr(skb)->daddr) argument
48 #define dnat_took_place(skb) (skb_origaddr(skb) != ip_hdr(skb)->daddr) argument
67 #define IS_IP(skb) \ argument
70 #define IS_IPV6(skb) \ argument
73 #define IS_ARP(skb) \ argument
76 static inline __be16 vlan_proto(const struct sk_buff *skb) in vlan_proto()
86 #define IS_VLAN_IP(skb) \ argument
90 #define IS_VLAN_IPV6(skb) \ argument
94 #define IS_VLAN_ARP(skb) \ argument
[all …]
/net/irda/
Diriap_event.c129 struct sk_buff *skb) in iriap_do_client_event()
138 struct sk_buff *skb) in iriap_do_call_event()
147 struct sk_buff *skb) in iriap_do_server_event()
156 struct sk_buff *skb) in iriap_do_r_connect_event()
172 struct sk_buff *skb) in state_s_disconnect()
202 struct sk_buff *skb) in state_s_connecting()
235 struct sk_buff *skb) in state_s_call()
258 struct sk_buff *skb) in state_s_make_call()
286 struct sk_buff *skb) in state_s_calling()
298 struct sk_buff *skb) in state_s_outstanding()
[all …]
Dirlap_frame.c58 struct sk_buff *skb) in irlap_insert_info()
93 void irlap_queue_xmit(struct irlap_cb *self, struct sk_buff *skb) in irlap_queue_xmit()
172 static void irlap_recv_snrm_cmd(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_snrm_cmd()
410 struct sk_buff *skb, in irlap_recv_discovery_xid_rsp()
486 struct sk_buff *skb, in irlap_recv_discovery_xid_cmd()
638 struct sk_buff *skb, in irlap_recv_rr_frame()
656 static void irlap_recv_rnr_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_rnr_frame()
669 static void irlap_recv_rej_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_rej_frame()
683 static void irlap_recv_srej_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_srej_frame()
697 static void irlap_recv_disc_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_disc_frame()
[all …]
Dirlap_event.c238 struct sk_buff *skb, struct irlap_info *info) in irlap_do_event()
327 struct sk_buff *skb, struct irlap_info *info) in irlap_state_ndm()
559 struct sk_buff *skb, struct irlap_info *info) in irlap_state_query()
670 struct sk_buff *skb, struct irlap_info *info) in irlap_state_reply()
738 struct sk_buff *skb, struct irlap_info *info) in irlap_state_conn()
832 struct sk_buff *skb, struct irlap_info *info) in irlap_state_setup()
968 struct sk_buff *skb, struct irlap_info *info) in irlap_state_offline()
984 struct sk_buff *skb, struct irlap_info *info) in irlap_state_xmit_p()
1138 struct sk_buff *skb, struct irlap_info *info) in irlap_state_pclose()
1195 struct sk_buff *skb, struct irlap_info *info) in irlap_state_nrm_p()
[all …]
/net/bluetooth/
Dhci_event.c39 static void hci_cc_inquiry_cancel(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_inquiry_cancel()
59 static void hci_cc_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_periodic_inq()
71 static void hci_cc_exit_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_exit_periodic_inq()
86 struct sk_buff *skb) in hci_cc_remote_name_req_cancel()
91 static void hci_cc_role_discovery(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_role_discovery()
110 static void hci_cc_read_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_link_policy()
129 static void hci_cc_write_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_link_policy()
154 struct sk_buff *skb) in hci_cc_read_def_link_policy()
167 struct sk_buff *skb) in hci_cc_write_def_link_policy()
184 static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_reset()
[all …]
/net/irda/irlan/
Dirlan_client_event.c78 struct sk_buff *skb) in irlan_do_client_event()
93 struct sk_buff *skb) in irlan_client_state_idle()
137 struct sk_buff *skb) in irlan_client_state_query()
190 struct sk_buff *skb) in irlan_client_state_conn()
225 struct sk_buff *skb) in irlan_client_state_info()
267 struct sk_buff *skb) in irlan_client_state_media()
304 struct sk_buff *skb) in irlan_client_state_open()
377 struct sk_buff *skb) in irlan_client_state_wait()
406 struct sk_buff *skb) in irlan_client_state_arb()
463 struct sk_buff *skb) in irlan_client_state_data()
[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()
95 int xfrm6_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_output()
108 int xfrm6_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_prepare_output()
122 int xfrm6_output_finish(struct sk_buff *skb) in xfrm6_output_finish()
134 static int __xfrm6_output(struct sk_buff *skb) in __xfrm6_output()
168 int xfrm6_output(struct sock *sk, struct sk_buff *skb) in xfrm6_output()
/net/core/
Dskbuff.c95 static void skb_panic(struct sk_buff *skb, unsigned int sz, void *addr, in skb_panic()
105 static void skb_over_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_over_panic()
110 static void skb_under_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_under_panic()
160 struct sk_buff *skb; in __alloc_skb_head() local
205 struct sk_buff *skb; in __alloc_skb() local
304 struct sk_buff *skb; in __build_skb() local
339 struct sk_buff *skb = __build_skb(data, frag_size); in build_skb() local
445 struct sk_buff *skb = NULL; in __netdev_alloc_skb() local
474 void skb_add_rx_frag(struct sk_buff *skb, int i, struct page *page, int off, in skb_add_rx_frag()
484 void skb_coalesce_rx_frag(struct sk_buff *skb, int i, int size, in skb_coalesce_rx_frag()
[all …]
/net/openvswitch/
Dactions.c46 struct sk_buff *skb; member
92 static struct deferred_action *add_deferred_actions(struct sk_buff *skb, in add_deferred_actions()
110 static int make_writable(struct sk_buff *skb, int write_len) in make_writable()
122 static int __pop_vlan_tci(struct sk_buff *skb, __be16 *current_tci) in __pop_vlan_tci()
150 static int pop_vlan(struct sk_buff *skb) in pop_vlan()
179 static int push_vlan(struct sk_buff *skb, const struct ovs_action_push_vlan *vlan) in push_vlan()
201 static int set_eth_addr(struct sk_buff *skb, in set_eth_addr()
219 static void set_ip_addr(struct sk_buff *skb, struct iphdr *nh, in set_ip_addr()
246 static void update_ipv6_checksum(struct sk_buff *skb, u8 l4_proto, in update_ipv6_checksum()
273 static void set_ipv6_addr(struct sk_buff *skb, u8 l4_proto, in set_ipv6_addr()
[all …]
Dflow.c67 struct sk_buff *skb) in ovs_flow_stats_update()
175 static int check_header(struct sk_buff *skb, int len) in check_header()
184 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok()
190 static int check_iphdr(struct sk_buff *skb) in check_iphdr()
209 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok()
225 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok()
231 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok()
237 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok()
243 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
287 static bool icmp6hdr_ok(struct sk_buff *skb) in icmp6hdr_ok()
[all …]
/net/ipv4/
Dxfrm4_output.c21 static int xfrm4_tunnel_check_size(struct sk_buff *skb) in xfrm4_tunnel_check_size()
44 int xfrm4_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_extract_output()
57 int xfrm4_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_prepare_output()
71 int xfrm4_output_finish(struct sk_buff *skb) in xfrm4_output_finish()
83 static int __xfrm4_output(struct sk_buff *skb) in __xfrm4_output()
97 int xfrm4_output(struct sock *sk, struct sk_buff *skb) in xfrm4_output()
104 void xfrm4_local_error(struct sk_buff *skb, u32 mtu) in xfrm4_local_error()
/net/xfrm/
Dxfrm_output.c24 static int xfrm_skb_check_space(struct sk_buff *skb) in xfrm_skb_check_space()
41 static int xfrm_output_one(struct sk_buff *skb, int err) in xfrm_output_one()
123 int xfrm_output_resume(struct sk_buff *skb, int err) in xfrm_output_resume()
150 static int xfrm_output2(struct sk_buff *skb) in xfrm_output2()
155 static int xfrm_output_gso(struct sk_buff *skb) in xfrm_output_gso()
184 int xfrm_output(struct sk_buff *skb) in xfrm_output()
205 int xfrm_inner_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm_inner_extract_output()
220 void xfrm_local_error(struct sk_buff *skb, int mtu) in xfrm_local_error()
/net/sched/
Dcls_flow.c69 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()
83 static u32 flow_get_proto(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto()
88 static u32 flow_get_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_src()
96 static u32 flow_get_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_dst()
104 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif()
109 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority()
114 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark()
119 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct()
129 #define CTTUPLE(skb, member) \ argument
[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()
154 struct sk_buff *skb) in nci_rf_disc_select_rsp_packet()
166 struct sk_buff *skb) in nci_rf_deactivate_rsp_packet()
181 void nci_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rsp_packet()
/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/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
94 struct sk_buff *skb; in sctp_ulpevent_set_owner() local
133 struct sk_buff *skb; in sctp_ulpevent_make_assoc_change() local
262 struct sk_buff *skb; in sctp_ulpevent_make_peer_addr_change() local
376 struct sk_buff *skb; in sctp_ulpevent_make_remote_error() local
432 struct sk_buff *skb; in sctp_ulpevent_make_send_failed() local
541 struct sk_buff *skb; in sctp_ulpevent_make_shutdown_event() local
604 struct sk_buff *skb; in sctp_ulpevent_make_adaptation_indication() local
640 struct sk_buff *skb; in sctp_ulpevent_make_rcvmsg() local
737 struct sk_buff *skb; in sctp_ulpevent_make_pdapi() local
[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>>...34