/linux-4.4.14/net/llc/ |
D | llc_c_ev.c | 78 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 …]
|
D | llc_c_ac.c | 45 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 …]
|
D | llc_pdu.c | 21 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 …]
|
D | llc_s_ev.c | 23 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()
|
D | llc_s_ac.c | 37 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()
|
D | llc_sap.c | 51 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 …]
|
D | llc_station.c | 28 static int llc_stat_ev_rx_null_dsap_xid_c(struct sk_buff *skb) in llc_stat_ev_rx_null_dsap_xid_c() 38 static int llc_stat_ev_rx_null_dsap_test_c(struct sk_buff *skb) in llc_stat_ev_rx_null_dsap_test_c() 48 static int llc_station_ac_send_xid_r(struct sk_buff *skb) in llc_station_ac_send_xid_r() 73 static int llc_station_ac_send_test_r(struct sk_buff *skb) in llc_station_ac_send_test_r() 108 static void llc_station_rcv(struct sk_buff *skb) in llc_station_rcv()
|
D | llc_input.c | 43 struct sk_buff *skb)) in llc_add_pack() 57 void llc_set_station_handler(void (*handler)(struct sk_buff *skb)) in llc_set_station_handler() 75 static __inline__ int llc_pdu_type(struct sk_buff *skb) in llc_pdu_type() 111 static inline int llc_fixup_skb(struct sk_buff *skb) in llc_fixup_skb() 154 int llc_rcv(struct sk_buff *skb, struct net_device *dev, in llc_rcv()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 725 static inline bool skb_pfmemalloc(const struct sk_buff *skb) in skb_pfmemalloc() 743 static inline struct dst_entry *skb_dst(const struct sk_buff *skb) in skb_dst() 762 static inline void skb_dst_set(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set() 777 static inline void skb_dst_set_noref(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set_noref() 787 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref() 792 static inline struct rtable *skb_rtable(const struct sk_buff *skb) in skb_rtable() 842 const struct sk_buff *skb) in skb_fclone_busy() 871 static inline struct sk_buff *__pskb_copy(struct sk_buff *skb, int headroom, in __pskb_copy() 950 static inline void skb_clear_hash(struct sk_buff *skb) in skb_clear_hash() 957 static inline void skb_clear_hash_if_not_l4(struct sk_buff *skb) in skb_clear_hash_if_not_l4() [all …]
|
D | netfilter_bridge.h | 22 static inline void br_drop_fake_rtable(struct sk_buff *skb) in br_drop_fake_rtable() 30 static inline int nf_bridge_get_physinif(const struct sk_buff *skb) in nf_bridge_get_physinif() 41 static inline int nf_bridge_get_physoutif(const struct sk_buff *skb) in nf_bridge_get_physoutif() 53 nf_bridge_get_physindev(const struct sk_buff *skb) in nf_bridge_get_physindev() 59 nf_bridge_get_physoutdev(const struct sk_buff *skb) in nf_bridge_get_physoutdev() 64 static inline bool nf_bridge_in_prerouting(const struct sk_buff *skb) in nf_bridge_in_prerouting() 69 #define br_drop_fake_rtable(skb) do { } while (0) argument 70 static inline bool nf_bridge_in_prerouting(const struct sk_buff *skb) in nf_bridge_in_prerouting()
|
D | if_vlan.h | 61 static inline struct vlan_ethhdr *vlan_eth_hdr(const struct sk_buff *skb) in vlan_eth_hdr() 238 static inline bool vlan_do_receive(struct sk_buff **skb) in vlan_do_receive() 295 static inline int __vlan_insert_tag(struct sk_buff *skb, in __vlan_insert_tag() 332 static inline struct sk_buff *vlan_insert_tag(struct sk_buff *skb, in vlan_insert_tag() 357 static inline struct sk_buff *vlan_insert_tag_set_proto(struct sk_buff *skb, in vlan_insert_tag_set_proto() 376 static inline struct sk_buff *__vlan_hwaccel_push_inside(struct sk_buff *skb) in __vlan_hwaccel_push_inside() 394 static inline struct sk_buff *vlan_hwaccel_push_inside(struct sk_buff *skb) in vlan_hwaccel_push_inside() 409 static inline void __vlan_hwaccel_put_tag(struct sk_buff *skb, in __vlan_hwaccel_put_tag() 423 static inline int __vlan_get_tag(const struct sk_buff *skb, u16 *vlan_tci) in __vlan_get_tag() 442 static inline int __vlan_hwaccel_get_tag(const struct sk_buff *skb, in __vlan_hwaccel_get_tag() [all …]
|
D | netfilter_ingress.h | 8 static inline bool nf_hook_ingress_active(const struct sk_buff *skb) in nf_hook_ingress_active() 17 static inline int nf_hook_ingress(struct sk_buff *skb) in nf_hook_ingress() 32 static inline int nf_hook_ingress_active(struct sk_buff *skb) in nf_hook_ingress_active() 37 static inline int nf_hook_ingress(struct sk_buff *skb) in nf_hook_ingress()
|
D | ip.h | 23 static inline struct iphdr *ip_hdr(const struct sk_buff *skb) in ip_hdr() 28 static inline struct iphdr *inner_ip_hdr(const struct sk_buff *skb) in inner_ip_hdr() 33 static inline struct iphdr *ipip_hdr(const struct sk_buff *skb) in ipip_hdr()
|
/linux-4.4.14/net/bridge/ |
D | br_forward.c | 31 const struct sk_buff *skb) in should_deliver() 40 int br_dev_queue_push_xmit(struct net *net, struct sock *sk, struct sk_buff *skb) in br_dev_queue_push_xmit() 70 int br_forward_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in br_forward_finish() 79 static void __br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in __br_deliver() 105 static void __br_forward(const struct net_bridge_port *to, struct sk_buff *skb) in __br_forward() 130 void br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in br_deliver() 142 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb, struct sk_buff *skb0) in br_forward() 157 struct sk_buff *skb, in deliver_clone() 175 struct sk_buff *skb, in maybe_deliver() 196 static void br_flood(struct net_bridge *br, struct sk_buff *skb, in br_flood() [all …]
|
D | br_netfilter_hooks.c | 64 #define IS_IP(skb) \ argument 67 #define IS_IPV6(skb) \ argument 70 #define IS_ARP(skb) \ argument 73 static inline __be16 vlan_proto(const struct sk_buff *skb) in vlan_proto() 83 #define IS_VLAN_IP(skb) \ argument 87 #define IS_VLAN_IPV6(skb) \ argument 91 #define IS_VLAN_ARP(skb) \ argument 95 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto() 101 #define IS_PPPOE_IP(skb) \ argument 106 #define IS_PPPOE_IPV6(skb) \ argument [all …]
|
D | br_netfilter_ipv6.c | 50 static int br_nf_check_hbh_len(struct sk_buff *skb) in br_nf_check_hbh_len() 103 int br_validate_ipv6(struct net *net, struct sk_buff *skb) in br_validate_ipv6() 151 br_nf_ipv6_daddr_was_changed(const struct sk_buff *skb, in br_nf_ipv6_daddr_was_changed() 163 static int br_nf_pre_routing_finish_ipv6(struct net *net, struct sock *sk, struct sk_buff *skb) in br_nf_pre_routing_finish_ipv6() 221 struct sk_buff *skb, in br_nf_pre_routing_ipv6()
|
D | br_input.c | 30 br_netif_receive_skb(struct net *net, struct sock *sk, struct sk_buff *skb) in br_netif_receive_skb() 35 static int br_pass_frame_up(struct sk_buff *skb) in br_pass_frame_up() 69 static void br_do_proxy_arp(struct sk_buff *skb, struct net_bridge *br, in br_do_proxy_arp() 129 int br_handle_frame_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in br_handle_frame_finish() 217 static int br_handle_local_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in br_handle_local_finish() 235 struct sk_buff *skb = *pskb; in br_handle_frame() local
|
/linux-4.4.14/net/irda/ |
D | iriap_event.c | 129 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 …]
|
D | irlap_frame.c | 58 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() 408 struct sk_buff *skb, in irlap_recv_discovery_xid_rsp() 482 struct sk_buff *skb, in irlap_recv_discovery_xid_cmd() 632 struct sk_buff *skb, in irlap_recv_rr_frame() 650 static void irlap_recv_rnr_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_rnr_frame() 663 static void irlap_recv_rej_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_rej_frame() 675 static void irlap_recv_srej_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_srej_frame() 687 static void irlap_recv_disc_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_disc_frame() [all …]
|
D | irlap_event.c | 236 struct sk_buff *skb, struct irlap_info *info) in irlap_do_event() 325 struct sk_buff *skb, struct irlap_info *info) in irlap_state_ndm() 558 struct sk_buff *skb, struct irlap_info *info) in irlap_state_query() 669 struct sk_buff *skb, struct irlap_info *info) in irlap_state_reply() 735 struct sk_buff *skb, struct irlap_info *info) in irlap_state_conn() 829 struct sk_buff *skb, struct irlap_info *info) in irlap_state_setup() 963 struct sk_buff *skb, struct irlap_info *info) in irlap_state_offline() 979 struct sk_buff *skb, struct irlap_info *info) in irlap_state_xmit_p() 1133 struct sk_buff *skb, struct irlap_info *info) in irlap_state_pclose() 1188 struct sk_buff *skb, struct irlap_info *info) in irlap_state_nrm_p() [all …]
|
D | irlmp_event.c | 138 struct sk_buff *skb) in irlmp_do_lsap_event() 156 struct sk_buff *skb) in irlmp_do_lap_event() 249 struct sk_buff *skb) in irlmp_state_standby() 298 struct sk_buff *skb) in irlmp_state_u_connect() 373 struct sk_buff *skb) in irlmp_state_active() 478 struct sk_buff *skb) in irlmp_state_disconnected() 555 struct sk_buff *skb) in irlmp_state_connect() 615 struct sk_buff *skb) in irlmp_state_connect_pend() 679 struct sk_buff *skb) in irlmp_state_dtr() 769 struct sk_buff *skb) in irlmp_state_setup() [all …]
|
D | irlmp_frame.c | 41 int expedited, struct sk_buff *skb) in irlmp_send_data_pdu() 59 __u8 opcode, struct sk_buff *skb) in irlmp_send_lcf_pdu() 88 void irlmp_link_data_indication(struct lap_cb *self, struct sk_buff *skb, in irlmp_link_data_indication() 196 void irlmp_link_unitdata_indication(struct lap_cb *self, struct sk_buff *skb) in irlmp_link_unitdata_indication() 265 struct sk_buff *skb) in irlmp_link_disconnect_indication() 289 struct sk_buff *skb) in irlmp_link_connect_indication() 308 struct sk_buff *skb) in irlmp_link_connect_confirm()
|
/linux-4.4.14/drivers/isdn/pcbit/ |
D | capi.c | 54 int capi_conn_req(const char *calledPN, struct sk_buff **skb, int proto) in capi_conn_req() 134 int capi_conn_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_conn_resp() 151 int capi_conn_active_req(struct pcbit_chan *chan, struct sk_buff **skb) in capi_conn_active_req() 179 int capi_conn_active_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_conn_active_resp() 197 int capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb, in capi_select_proto_req() 263 int capi_activate_transp_req(struct pcbit_chan *chan, struct sk_buff **skb) in capi_activate_transp_req() 285 int capi_tdata_req(struct pcbit_chan *chan, struct sk_buff *skb) in capi_tdata_req() 321 int capi_tdata_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_tdata_resp() 338 int capi_disc_req(ushort callref, struct sk_buff **skb, u_char cause) in capi_disc_req() 362 int capi_disc_resp(struct pcbit_chan *chan, struct sk_buff **skb) in capi_disc_resp() [all …]
|
D | callbacks.c | 45 struct sk_buff *skb; in cb_out_1() local 88 struct sk_buff *skb; in cb_out_2() local 135 struct sk_buff *skb; in cb_in_1() local 194 struct sk_buff *skb; in cb_in_2() local 220 struct sk_buff *skb; in cb_in_3() local 245 struct sk_buff *skb; in cb_disc_1() local 274 struct sk_buff *skb; in cb_disc_2() local 317 struct sk_buff *skb; in cb_selp_1() local
|
/linux-4.4.14/net/bluetooth/ |
D | hci_event.c | 44 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 …]
|
D | a2mp.c | 122 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej() 137 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req() 197 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp() 274 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify() 298 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req() 339 static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_rsp() 366 static int a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_req() 409 static int a2mp_getampassoc_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_rsp() 470 static int a2mp_createphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_createphyslink_req() 550 static int a2mp_discphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discphyslink_req() [all …]
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_client_event.c | 78 struct sk_buff *skb) in irlan_do_client_event() 93 struct sk_buff *skb) in irlan_client_state_idle() 135 struct sk_buff *skb) in irlan_client_state_query() 186 struct sk_buff *skb) in irlan_client_state_conn() 219 struct sk_buff *skb) in irlan_client_state_info() 259 struct sk_buff *skb) in irlan_client_state_media() 294 struct sk_buff *skb) in irlan_client_state_open() 365 struct sk_buff *skb) in irlan_client_state_wait() 392 struct sk_buff *skb) in irlan_client_state_arb() 447 struct sk_buff *skb) in irlan_client_state_data() [all …]
|
D | irlan_common.c | 303 struct sk_buff *skb) in irlan_connect_indication() 348 struct sk_buff *skb) in irlan_connect_confirm() 572 struct sk_buff *skb; in irlan_run_ctrl_tx_queue() local 602 static void irlan_ctrl_data_request(struct irlan_cb *self, struct sk_buff *skb) in irlan_ctrl_data_request() 619 struct sk_buff *skb; in irlan_get_provider_info() local 650 struct sk_buff *skb; in irlan_open_data_channel() local 683 struct sk_buff *skb; in irlan_close_data_channel() local 722 struct sk_buff *skb; in irlan_open_unicast_addr() local 762 struct sk_buff *skb; in irlan_set_broadcast_filter() local 804 struct sk_buff *skb; in irlan_set_multicast_filter() local [all …]
|
D | irlan_provider_event.c | 59 struct sk_buff *skb) in irlan_do_provider_event() 73 struct sk_buff *skb) in irlan_provider_state_idle() 98 struct sk_buff *skb) in irlan_provider_state_info() 163 struct sk_buff *skb) in irlan_provider_state_open() 200 struct sk_buff *skb) in irlan_provider_state_data()
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
D | rx.c | 29 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 …]
|
D | tx.c | 36 lowpan_addr_info *lowpan_skb_priv(const struct sk_buff *skb) in lowpan_skb_priv() 50 int lowpan_header_create(struct sk_buff *skb, struct net_device *ldev, in lowpan_header_create() 84 lowpan_alloc_frag(struct sk_buff *skb, int size, in lowpan_alloc_frag() 121 lowpan_xmit_fragment(struct sk_buff *skb, const struct ieee802154_hdr *wpan_hdr, in lowpan_xmit_fragment() 142 lowpan_xmit_fragmented(struct sk_buff *skb, struct net_device *ldev, in lowpan_xmit_fragmented() 208 static int lowpan_header(struct sk_buff *skb, struct net_device *ldev, in lowpan_header() 255 netdev_tx_t lowpan_xmit(struct sk_buff *skb, struct net_device *ldev) in lowpan_xmit()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 194 ath10k_wmi_rx(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_rx() 215 ath10k_wmi_pull_scan(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_scan() 225 ath10k_wmi_pull_mgmt_rx(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_rx() 235 ath10k_wmi_pull_ch_info(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_ch_info() 245 ath10k_wmi_pull_vdev_start(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_vdev_start() 255 ath10k_wmi_pull_peer_kick(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_peer_kick() 265 ath10k_wmi_pull_swba(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_swba() 275 ath10k_wmi_pull_phyerr_hdr(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_phyerr_hdr() 295 ath10k_wmi_pull_svc_rdy(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_svc_rdy() 305 ath10k_wmi_pull_rdy(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_rdy() [all …]
|
D | wmi.c | 1606 struct sk_buff *skb; in ath10k_wmi_alloc_skb() local 1623 static void ath10k_wmi_htc_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_htc_tx_complete() 1628 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_cmd_send_nowait() 1725 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() 1760 struct sk_buff *skb; in ath10k_wmi_op_gen_mgmt_tx() local 1955 static int ath10k_wmi_op_pull_scan_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_scan_ev() 1974 int ath10k_wmi_event_scan(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_event_scan() 2067 struct sk_buff *skb, in ath10k_wmi_handle_wep_reauth() 2097 static int ath10k_wmi_op_pull_mgmt_rx_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_mgmt_rx_ev() 2140 struct sk_buff *skb, in ath10k_wmi_10_4_op_pull_mgmt_rx_ev() [all …]
|
D | wmi-tlv.c | 179 struct sk_buff *skb) in ath10k_wmi_tlv_event_bcn_tx_status() 226 struct sk_buff *skb) in ath10k_wmi_tlv_event_diag_data() 289 struct sk_buff *skb) in ath10k_wmi_tlv_event_diag() 317 struct sk_buff *skb) in ath10k_wmi_tlv_event_p2p_noa() 351 struct sk_buff *skb) in ath10k_wmi_tlv_event_tx_pause() 419 static void ath10k_wmi_tlv_op_rx(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_tlv_op_rx() 565 struct sk_buff *skb, in ath10k_wmi_tlv_op_pull_scan_ev() 597 struct sk_buff *skb, in ath10k_wmi_tlv_op_pull_mgmt_rx_ev() 646 struct sk_buff *skb, in ath10k_wmi_tlv_op_pull_ch_info_ev() 678 ath10k_wmi_tlv_op_pull_vdev_start_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_tlv_op_pull_vdev_start_ev() [all …]
|
D | htc.c | 27 struct sk_buff *skb) in ath10k_htc_control_tx_complete() 34 struct sk_buff *skb; in ath10k_htc_build_tx_ctrl_skb() local 52 struct sk_buff *skb) in ath10k_htc_restore_tx_skb() 61 struct sk_buff *skb) in ath10k_htc_notify_tx_completion() 80 struct sk_buff *skb) in ath10k_htc_prepare_tx_skb() 98 struct sk_buff *skb) in ath10k_htc_send() 174 void ath10k_htc_tx_completion_handler(struct ath10k *ar, struct sk_buff *skb) in ath10k_htc_tx_completion_handler() 295 void ath10k_htc_rx_completion_handler(struct ath10k *ar, struct sk_buff *skb) in ath10k_htc_rx_completion_handler() 419 struct sk_buff *skb) in ath10k_htc_control_rx_complete() 609 struct sk_buff *skb; in ath10k_htc_connect_service() local [all …]
|
/linux-4.4.14/net/nfc/nci/ |
D | rsp.c | 40 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 …]
|
D | spi.c | 43 static int __nci_spi_send(struct nci_spi *nspi, struct sk_buff *skb, in __nci_spi_send() 71 struct sk_buff *skb) in nci_spi_send() 160 struct sk_buff *skb; in send_acknowledge() local 187 struct sk_buff *skb; in __nci_spi_read() local 253 static int nci_spi_check_crc(struct sk_buff *skb) in nci_spi_check_crc() 267 static u8 nci_spi_get_ack(struct sk_buff *skb) in nci_spi_get_ack() 292 struct sk_buff *skb; in nci_spi_read() local
|
D | data.c | 38 void nci_data_exchange_complete(struct nci_dev *ndev, struct sk_buff *skb, in nci_data_exchange_complete() 78 struct sk_buff *skb, in nci_push_data_hdr() 107 struct sk_buff *skb) { in nci_queue_tx_data_frags() 179 int nci_send_data(struct nci_dev *ndev, __u8 conn_id, struct sk_buff *skb) in nci_send_data() 223 struct sk_buff *skb, in nci_add_rx_data_frag() 279 void nci_rx_data_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rx_data_packet()
|
D | ntf.c | 43 struct sk_buff *skb) in nci_core_conn_credits_ntf_packet() 78 struct sk_buff *skb) in nci_core_generic_error_ntf_packet() 92 struct sk_buff *skb) in nci_core_conn_intf_error_ntf_packet() 317 struct sk_buff *skb) in nci_rf_discover_ntf_packet() 517 struct sk_buff *skb) in nci_rf_intf_activated_ntf_packet() 679 struct sk_buff *skb) in nci_rf_deactivate_ntf_packet() 723 struct sk_buff *skb) in nci_nfcee_discover_ntf_packet() 743 struct sk_buff *skb) in nci_nfcee_action_ntf_packet() 748 void nci_ntf_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_ntf_packet()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 97 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() 162 struct sk_buff *skb; in __alloc_skb_head() local 207 struct sk_buff *skb; in __alloc_skb() local 306 struct sk_buff *skb; in __build_skb() local 341 struct sk_buff *skb = __build_skb(data, frag_size); in build_skb() local 412 struct sk_buff *skb; in __netdev_alloc_skb() local 480 struct sk_buff *skb; in __napi_alloc_skb() local 523 void skb_add_rx_frag(struct sk_buff *skb, int i, struct page *page, int off, in skb_add_rx_frag() [all …]
|
D | datagram.c | 87 const struct sk_buff *skb) in wait_for_more_packets() 134 static struct sk_buff *skb_set_peeked(struct sk_buff *skb) in skb_set_peeked() 198 struct sk_buff *skb, *last; in __skb_recv_datagram() local 278 void skb_free_datagram(struct sock *sk, struct sk_buff *skb) in skb_free_datagram() 285 void skb_free_datagram_locked(struct sock *sk, struct sk_buff *skb) in skb_free_datagram_locked() 325 int skb_kill_datagram(struct sock *sk, struct sk_buff *skb, unsigned int flags) in skb_kill_datagram() 355 int skb_copy_datagram_iter(const struct sk_buff *skb, int offset, in skb_copy_datagram_iter() 443 int skb_copy_datagram_from_iter(struct sk_buff *skb, int offset, in skb_copy_datagram_from_iter() 525 int zerocopy_sg_from_iter(struct sk_buff *skb, struct iov_iter *from) in zerocopy_sg_from_iter() 569 static int skb_copy_and_csum_datagram(const struct sk_buff *skb, int offset, in skb_copy_and_csum_datagram() [all …]
|
D | sock_diag.c | 58 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo() 76 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo() 131 struct sk_buff *skb; in sock_diag_broadcast_destroy_work() local 169 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) in sock_diag_register_inet_compat() 177 void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) in sock_diag_unregister_inet_compat() 217 static int __sock_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) in __sock_diag_rcv_msg() 244 static int sock_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) in sock_diag_rcv_msg() 272 static void sock_diag_rcv(struct sk_buff *skb) in sock_diag_rcv()
|
D | rtnetlink.c | 530 static int rtnl_link_slave_info_fill(struct sk_buff *skb, in rtnl_link_slave_info_fill() 562 static int rtnl_link_info_fill(struct sk_buff *skb, in rtnl_link_info_fill() 594 static int rtnl_link_fill(struct sk_buff *skb, const struct net_device *dev) in rtnl_link_fill() 620 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() 634 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() 642 void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid, u32 group, in rtnl_notify() 663 int rtnetlink_put_metrics(struct sk_buff *skb, u32 *metrics) in rtnetlink_put_metrics() 709 int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id, in rtnl_put_cacheinfo() 913 static int rtnl_vf_ports_fill(struct sk_buff *skb, struct net_device *dev) in rtnl_vf_ports_fill() 949 static int rtnl_port_self_fill(struct sk_buff *skb, struct net_device *dev) in rtnl_port_self_fill() [all …]
|
D | tso.c | 8 int tso_count_descs(struct sk_buff *skb) in tso_count_descs() 15 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr() 46 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() 64 void tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
|
D | dev.c | 694 int dev_fill_metadata_dst(struct net_device *dev, struct sk_buff *skb) in dev_fill_metadata_dst() 1713 static inline void net_timestamp_set(struct sk_buff *skb) in net_timestamp_set() 1726 bool is_skb_forwardable(struct net_device *dev, struct sk_buff *skb) in is_skb_forwardable() 1747 int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in __dev_forward_skb() 1783 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() 1789 static inline int deliver_skb(struct sk_buff *skb, in deliver_skb() 1799 static inline void deliver_ptype_list_skb(struct sk_buff *skb, in deliver_ptype_list_skb() 1817 static inline bool skb_loop_sk(struct packet_type *ptype, struct sk_buff *skb) in skb_loop_sk() 1835 static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev) in dev_queue_xmit_nit() 2262 static struct dev_kfree_skb_cb *get_kfree_skb_cb(const struct sk_buff *skb) in get_kfree_skb_cb() [all …]
|
D | timestamping.c | 26 static unsigned int classify(const struct sk_buff *skb) in classify() 35 void skb_clone_tx_timestamp(struct sk_buff *skb) in skb_clone_tx_timestamp() 58 bool skb_defer_rx_timestamp(struct sk_buff *skb) in skb_defer_rx_timestamp()
|
/linux-4.4.14/samples/bpf/ |
D | tcbpf1_kern.c | 14 static inline void set_dst_mac(struct __sk_buff *skb, char *mac) in set_dst_mac() 22 static inline void set_ip_tos(struct __sk_buff *skb, __u8 new_tos) in set_ip_tos() 35 static inline void set_tcp_ip_src(struct __sk_buff *skb, __u32 new_ip) in set_tcp_ip_src() 45 static inline void set_tcp_dest_port(struct __sk_buff *skb, __u16 new_port) in set_tcp_dest_port() 54 int bpf_prog1(struct __sk_buff *skb) in bpf_prog1() 68 int _redirect_xmit(struct __sk_buff *skb) in _redirect_xmit() 73 int _redirect_recv(struct __sk_buff *skb) in _redirect_recv() 78 int _clone_redirect_xmit(struct __sk_buff *skb) in _clone_redirect_xmit() 84 int _clone_redirect_recv(struct __sk_buff *skb) in _clone_redirect_recv()
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_output.c | 23 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() 96 int xfrm6_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_output() 109 int xfrm6_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_prepare_output() 124 int xfrm6_output_finish(struct sock *sk, struct sk_buff *skb) in xfrm6_output_finish() 135 static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output_finish() 142 static int __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm6_output() [all …]
|
D | mcast_snoop.c | 26 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()
|
D | xfrm6_input.c | 19 int xfrm6_extract_input(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_input() 24 int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi) in xfrm6_rcv_spi() 32 int xfrm6_transport_finish(struct sk_buff *skb, int async) in xfrm6_transport_finish() 34 skb_network_header(skb)[IP6CB(skb)->nhoff] = in xfrm6_transport_finish() local 51 int xfrm6_rcv(struct sk_buff *skb) in xfrm6_rcv() 58 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr, in xfrm6_input_addr()
|
D | exthdrs.c | 71 static bool ip6_tlvopt_unknown(struct sk_buff *skb, int optoff) in ip6_tlvopt_unknown() 97 static bool ip6_parse_tlv(const struct tlvtype_proc *procs, struct sk_buff *skb) in ip6_parse_tlv() 178 static bool ipv6_dest_hao(struct sk_buff *skb, int optoff) in ipv6_dest_hao() 250 static int ipv6_destopt_rcv(struct sk_buff *skb) in ipv6_destopt_rcv() 293 static int ipv6_rthdr_rcv(struct sk_buff *skb) in ipv6_rthdr_rcv() 533 static inline struct inet6_dev *ipv6_skb_idev(struct sk_buff *skb) in ipv6_skb_idev() 538 static inline struct net *ipv6_skb_net(struct sk_buff *skb) in ipv6_skb_net() 545 static bool ipv6_hop_ra(struct sk_buff *skb, int optoff) in ipv6_hop_ra() 562 static bool ipv6_hop_jumbo(struct sk_buff *skb, int optoff) in ipv6_hop_jumbo() 618 int ipv6_parse_hopopts(struct sk_buff *skb) in ipv6_parse_hopopts() [all …]
|
D | ip6_input.c | 50 int ip6_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_rcv_finish() 65 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device… in ipv6_rcv() 202 static int ip6_input_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_input_finish() 278 int ip6_input(struct sk_buff *skb) in ip6_input() 285 int ip6_mc_input(struct sk_buff *skb) in ip6_mc_input()
|
D | xfrm6_protocol.c | 49 int xfrm6_rcv_cb(struct sk_buff *skb, u8 protocol, int err) in xfrm6_rcv_cb() 66 static int xfrm6_esp_rcv(struct sk_buff *skb) in xfrm6_esp_rcv() 83 static void xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_esp_err() 93 static int xfrm6_ah_rcv(struct sk_buff *skb) in xfrm6_ah_rcv() 110 static void xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ah_err() 120 static int xfrm6_ipcomp_rcv(struct sk_buff *skb) in xfrm6_ipcomp_rcv() 137 static void xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ipcomp_err()
|
D | mip6.c | 58 static inline void mip6_param_prob(struct sk_buff *skb, u8 code, int pos) in mip6_param_prob() 86 static int mip6_mh_filter(struct sock *sk, struct sk_buff *skb) in mip6_mh_filter() 131 static int mip6_destopt_input(struct xfrm_state *x, struct sk_buff *skb) in mip6_destopt_input() 150 static int mip6_destopt_output(struct xfrm_state *x, struct sk_buff *skb) in mip6_destopt_output() 208 static int mip6_destopt_reject(struct xfrm_state *x, struct sk_buff *skb, in mip6_destopt_reject() 262 static int mip6_destopt_offset(struct xfrm_state *x, struct sk_buff *skb, in mip6_destopt_offset() 351 static int mip6_rthdr_input(struct xfrm_state *x, struct sk_buff *skb) in mip6_rthdr_input() 369 static int mip6_rthdr_output(struct xfrm_state *x, struct sk_buff *skb) in mip6_rthdr_output() 398 static int mip6_rthdr_offset(struct xfrm_state *x, struct sk_buff *skb, in mip6_rthdr_offset()
|
D | esp6.c | 119 struct sk_buff *skb = base->data; in esp_output_done() local 126 static void esp_restore_header(struct sk_buff *skb, unsigned int offset) in esp_restore_header() 136 static void esp_output_restore_header(struct sk_buff *skb) in esp_output_restore_header() 143 struct sk_buff *skb = base->data; in esp_output_done_esn() local 149 static int esp6_output(struct xfrm_state *x, struct sk_buff *skb) in esp6_output() 287 static int esp_input_done2(struct sk_buff *skb, int err) in esp_input_done2() 335 struct sk_buff *skb = base->data; in esp_input_done() local 340 static void esp_input_restore_header(struct sk_buff *skb) in esp_input_restore_header() 348 struct sk_buff *skb = base->data; in esp_input_done_esn() local 354 static int esp6_input(struct xfrm_state *x, struct sk_buff *skb) in esp6_input() [all …]
|
D | icmp.c | 87 static void icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in icmpv6_err() 146 static bool is_ineligible(const struct sk_buff *skb) in is_ineligible() 228 static bool opt_unrec(struct sk_buff *skb, __u32 offset) in opt_unrec() 242 struct sk_buff *skb; in icmpv6_push_pending_frames() local 281 struct sk_buff *skb; member 286 static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in icmpv6_getfrag() 301 static void mip6_addr_swap(struct sk_buff *skb) in mip6_addr_swap() 321 static inline void mip6_addr_swap(struct sk_buff *skb) {} in mip6_addr_swap() 325 struct sk_buff *skb, in icmpv6_route_lookup() 391 static void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmp6_send() [all …]
|
D | ndisc.c | 153 static void ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data) in ndisc_fill_addr_option() 386 struct sk_buff *skb; in ndisc_alloc_skb() local 409 static void ip6_nd_hdr(struct sk_buff *skb, in ip6_nd_hdr() 430 static void ndisc_send_skb(struct sk_buff *skb, in ndisc_send_skb() 486 struct sk_buff *skb; in ndisc_send_na() local 561 struct sk_buff *skb; in ndisc_send_ns() local 601 struct sk_buff *skb; in ndisc_send_rs() local 650 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb) in ndisc_error_report() 662 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) in ndisc_solicit() 705 static void ndisc_recv_ns(struct sk_buff *skb) in ndisc_recv_ns() [all …]
|
D | ip6_output.c | 60 static int ip6_finish_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_finish_output2() 124 static int ip6_finish_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_finish_output() 134 int ip6_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_output() 157 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() 251 static int ip6_call_ra_chain(struct sk_buff *skb, int sel) in ip6_call_ra_chain() 280 static int ip6_forward_proxy_check(struct sk_buff *skb) in ip6_forward_proxy_check() 333 struct sk_buff *skb) in ip6_forward_finish() 360 static bool ip6_pkt_too_big(const struct sk_buff *skb, unsigned int mtu) in ip6_pkt_too_big() 378 int ip6_forward(struct sk_buff *skb) in ip6_forward() 559 int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip6_fragment() [all …]
|
/linux-4.4.14/drivers/isdn/act2000/ |
D | capi.c | 136 struct sk_buff *skb; in actcapi_listen_req() local 158 struct sk_buff *skb; in actcapi_connect_req() local 184 struct sk_buff *skb; in actcapi_connect_b3_req() local 203 struct sk_buff *skb; in actcapi_manufacturer_req_net() local 254 struct sk_buff *skb; in actcapi_manufacturer_req_errh() local 276 struct sk_buff *skb; in actcapi_manufacturer_req_msn() local 305 struct sk_buff *skb; in actcapi_select_b2_protocol_req() local 340 struct sk_buff *skb; in actcapi_select_b3_protocol_req() local 361 struct sk_buff *skb; in actcapi_listen_b3_req() local 373 struct sk_buff *skb; in actcapi_disconnect_req() local [all …]
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_output.c | 24 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() 132 int xfrm_output_resume(struct sk_buff *skb, int err) in xfrm_output_resume() 161 static int xfrm_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output2() 166 static int xfrm_output_gso(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm_output_gso() 197 int xfrm_output(struct sock *sk, struct sk_buff *skb) in xfrm_output() 218 int xfrm_inner_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm_inner_extract_output() 233 void xfrm_local_error(struct sk_buff *skb, int mtu) in xfrm_local_error()
|
D | xfrm_user.c | 613 static int xfrm_add_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_add_sa() 688 static int xfrm_del_sa(struct sk_buff *skb, struct nlmsghdr *nlh, in xfrm_del_sa() 751 static int copy_sec_ctx(struct xfrm_sec_ctx *s, struct sk_buff *skb) in copy_sec_ctx() 772 static int copy_to_user_auth(struct xfrm_algo_auth *auth, struct sk_buff *skb) in copy_to_user_auth() 793 struct sk_buff *skb) in copy_to_user_state_extra() 871 struct sk_buff *skb = sp->out_skb; in dump_one_state() local 903 static int xfrm_dump_sa(struct sk_buff *skb, struct netlink_callback *cb) in xfrm_dump_sa() 952 struct sk_buff *skb; in xfrm_state_netlink() local 976 static inline int xfrm_nlmsg_multicast(struct net *net, struct sk_buff *skb, in xfrm_nlmsg_multicast() 996 static int build_spdinfo(struct sk_buff *skb, struct net *net, in build_spdinfo() [all …]
|
/linux-4.4.14/net/dccp/ |
D | input.c | 26 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 …]
|
D | output.c | 31 static struct sk_buff *dccp_skb_entail(struct sock *sk, struct sk_buff *skb) in dccp_skb_entail() 45 static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb) in dccp_transmit_skb() 248 struct sk_buff *skb = dccp_qpolicy_pop(sk); in dccp_xmit_packet() local 310 struct sk_buff *skb; in dccp_flush_write_queue() local 349 struct sk_buff *skb; in dccp_write_xmit() local 401 struct sk_buff *skb; in dccp_make_response() local 464 struct sk_buff *skb; in dccp_ctl_make_reset() local 510 struct sk_buff *skb; in dccp_send_reset() local 537 struct sk_buff *skb; in dccp_connect() local 579 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, in dccp_send_ack() local [all …]
|
D | options.c | 52 struct sk_buff *skb) in dccp_parse_options() 292 int dccp_insert_option(struct sk_buff *skb, const unsigned char option, in dccp_insert_option() 312 static int dccp_insert_option_ndp(struct sock *sk, struct sk_buff *skb) in dccp_insert_option_ndp() 346 static int dccp_insert_option_timestamp(struct sk_buff *skb) in dccp_insert_option_timestamp() 357 struct sk_buff *skb) in dccp_insert_option_timestamp_echo() 399 static int dccp_insert_option_ackvec(struct sock *sk, struct sk_buff *skb) in dccp_insert_option_ackvec() 481 int dccp_insert_option_mandatory(struct sk_buff *skb) in dccp_insert_option_mandatory() 504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt() 538 static void dccp_insert_option_padding(struct sk_buff *skb) in dccp_insert_option_padding() 549 int dccp_insert_options(struct sock *sk, struct sk_buff *skb) in dccp_insert_options() [all …]
|
D | ipv4.c | 190 static void dccp_do_redirect(struct sk_buff *skb, struct sock *sk) in dccp_do_redirect() 234 static void dccp_v4_err(struct sk_buff *skb, u32 info) in dccp_v4_err() 359 static inline __sum16 dccp_v4_csum_finish(struct sk_buff *skb, in dccp_v4_csum_finish() 365 void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb) in dccp_v4_send_check() 377 static inline u64 dccp_v4_init_sequence(const struct sk_buff *skb) in dccp_v4_init_sequence() 392 struct sk_buff *skb, in dccp_v4_request_recv_sock() 448 struct sk_buff *skb) in dccp_v4_route_skb() 475 struct sk_buff *skb; in dccp_v4_send_response() local 505 struct sk_buff *skb; in dccp_v4_ctl_send_reset() local 564 int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) in dccp_v4_conn_request() [all …]
|
D | qpolicy.c | 18 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) in qpolicy_simple_push() 41 struct sk_buff *skb, *best = NULL; in qpolicy_prio_best_skb() local 51 struct sk_buff *skb, *worst = NULL; in qpolicy_prio_worst_skb() local 96 void dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_push() 106 void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb) in dccp_qpolicy_drop() 121 struct sk_buff *skb = dccp_qpolicy_top(sk); in dccp_qpolicy_pop() local
|
D | minisocks.c | 77 const struct sk_buff *skb) in dccp_create_openreq_child() 141 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb, in dccp_check_req() 212 struct sk_buff *skb) in dccp_child_process() 239 void dccp_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb, in dccp_reqsk_send_ack() 248 struct dccp_sock const *dp, struct sk_buff const *skb) in dccp_reqsk_init()
|
D | ipv6.c | 44 static inline __sum16 dccp_v6_csum_finish(struct sk_buff *skb, in dccp_v6_csum_finish() 51 static inline void dccp_v6_send_check(struct sock *sk, struct sk_buff *skb) in dccp_v6_send_check() 60 static inline __u64 dccp_v6_init_sequence(struct sk_buff *skb) in dccp_v6_init_sequence() 69 static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in dccp_v6_err() 188 struct sk_buff *skb; in dccp_v6_send_response() local 245 struct sk_buff *skb; in dccp_v6_ctl_send_reset() local 298 static int dccp_v6_conn_request(struct sock *sk, struct sk_buff *skb) in dccp_v6_conn_request() 386 struct sk_buff *skb, in dccp_v6_request_recv_sock() 546 static int dccp_v6_do_rcv(struct sock *sk, struct sk_buff *skb) in dccp_v6_do_rcv() 642 static int dccp_v6_rcv(struct sk_buff *skb) in dccp_v6_rcv()
|
/linux-4.4.14/net/decnet/ |
D | dn_nsp_in.c | 81 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 …]
|
D | dn_nsp_out.c | 74 static void dn_nsp_send(struct sk_buff *skb) in dn_nsp_send() 120 struct sk_buff *skb; in dn_alloc_skb() local 211 static inline unsigned int dn_nsp_clone_and_send(struct sk_buff *skb, in dn_nsp_clone_and_send() 241 struct sk_buff *skb; in dn_nsp_output() local 287 static inline __le16 *dn_mk_common_header(struct dn_scp *scp, struct sk_buff *skb, unsigned char ms… in dn_mk_common_header() 301 static __le16 *dn_mk_ack_header(struct sock *sk, struct sk_buff *skb, unsigned char msgflag, int hl… in dn_mk_ack_header() 333 static __le16 *dn_nsp_mk_data_header(struct sock *sk, struct sk_buff *skb, int oth) in dn_nsp_mk_data_header() 351 void dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, in dn_nsp_queue_xmit() 380 int dn_nsp_check_xmit_queue(struct sock *sk, struct sk_buff *skb, struct sk_buff_head *q, unsigned … in dn_nsp_check_xmit_queue() 455 struct sk_buff *skb = NULL; in dn_nsp_send_data_ack() local [all …]
|
D | dn_route.c | 271 struct sk_buff *skb, u32 mtu) in dn_dst_update_pmtu() 300 struct sk_buff *skb) in dn_dst_redirect() 318 static void dn_dst_link_failure(struct sk_buff *skb) in dn_dst_link_failure() 432 static int dn_return_short(struct sk_buff *skb) in dn_return_short() 468 static int dn_return_long(struct sk_buff *skb) in dn_return_long() 515 static int dn_route_rx_packet(struct net *net, struct sock *sk, struct sk_buff *skb) in dn_route_rx_packet() 547 static int dn_route_rx_long(struct sk_buff *skb) in dn_route_rx_long() 587 static int dn_route_rx_short(struct sk_buff *skb) in dn_route_rx_short() 613 static int dn_route_discard(struct net *net, struct sock *sk, struct sk_buff *skb) in dn_route_discard() 623 static int dn_route_ptp_hello(struct net *net, struct sock *sk, struct sk_buff *skb) in dn_route_ptp_hello() [all …]
|
/linux-4.4.14/net/openvswitch/ |
D | flow.c | 71 const struct sk_buff *skb) in ovs_flow_stats_update() 182 static int check_header(struct sk_buff *skb, int len) in check_header() 191 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok() 197 static int check_iphdr(struct sk_buff *skb) in check_iphdr() 216 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok() 232 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok() 238 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok() 244 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok() 250 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr() 299 static bool icmp6hdr_ok(struct sk_buff *skb) in icmp6hdr_ok() [all …]
|
D | actions.c | 52 struct sk_buff *skb; member 112 static struct deferred_action *add_deferred_actions(struct sk_buff *skb, in add_deferred_actions() 140 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls() 174 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls() 204 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls() 229 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() 241 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan() 264 static int set_eth_addr(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_eth_addr() 288 static void update_ip_l4_checksum(struct sk_buff *skb, struct iphdr *nh, in update_ip_l4_checksum() 314 static void set_ip_addr(struct sk_buff *skb, struct iphdr *nh, in set_ip_addr() [all …]
|
D | datapath.c | 92 struct sk_buff *skb, struct genl_info *info) in ovs_notify() 256 void ovs_dp_process_packet(struct sk_buff *skb, struct sw_flow_key *key) in ovs_dp_process_packet() 301 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() 332 static int queue_gso_packets(struct datapath *dp, struct sk_buff *skb, in queue_gso_packets() 407 static void pad_packet(struct datapath *dp, struct sk_buff *skb) in pad_packet() 417 static int queue_userspace_packet(struct datapath *dp, struct sk_buff *skb, in queue_userspace_packet() 543 static int ovs_packet_cmd_execute(struct sk_buff *skb, struct genl_info *info) in ovs_packet_cmd_execute() 752 struct sk_buff *skb) in ovs_flow_cmd_fill_stats() 777 struct sk_buff *skb, int skb_orig_len) in ovs_flow_cmd_fill_actions() 817 struct sk_buff *skb, u32 portid, in ovs_flow_cmd_fill_info() [all …]
|
D | conntrack.c | 145 static void ovs_ct_update_key(const struct sk_buff *skb, in ovs_ct_update_key() 170 void ovs_ct_fill_key(const struct sk_buff *skb, struct sw_flow_key *key) in ovs_ct_fill_key() 175 int ovs_ct_put_key(const struct sw_flow_key *key, struct sk_buff *skb) in ovs_ct_put_key() 196 static int ovs_ct_set_mark(struct sk_buff *skb, struct sw_flow_key *key, in ovs_ct_set_mark() 223 static int ovs_ct_set_labels(struct sk_buff *skb, struct sw_flow_key *key, in ovs_ct_set_labels() 255 static int ovs_ct_helper(struct sk_buff *skb, u16 proto) in ovs_ct_helper() 305 u16 zone, struct sk_buff *skb) in handle_fragments() 361 u16 proto, const struct sk_buff *skb) in ovs_ct_expect_find() 371 static bool skb_nfct_cached(const struct net *net, const struct sk_buff *skb, in skb_nfct_cached() 397 struct sk_buff *skb) in __ovs_ct_lookup() [all …]
|
/linux-4.4.14/include/net/ |
D | netlink.h | 446 static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, in nlmsg_put() 466 static inline struct nlmsghdr *nlmsg_put_answer(struct sk_buff *skb, in nlmsg_put_answer() 497 static inline void nlmsg_end(struct sk_buff *skb, struct nlmsghdr *nlh) in nlmsg_end() 508 static inline void *nlmsg_get_pos(struct sk_buff *skb) in nlmsg_get_pos() 520 static inline void nlmsg_trim(struct sk_buff *skb, const void *mark) in nlmsg_trim() 536 static inline void nlmsg_cancel(struct sk_buff *skb, struct nlmsghdr *nlh) in nlmsg_cancel() 545 static inline void nlmsg_free(struct sk_buff *skb) in nlmsg_free() 558 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() 578 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() 746 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8() [all …]
|
D | dst_metadata.h | 15 static inline struct metadata_dst *skb_metadata_dst(struct sk_buff *skb) in skb_metadata_dst() 25 static inline struct ip_tunnel_info *skb_tunnel_info(struct sk_buff *skb) in skb_tunnel_info() 40 static inline bool skb_valid_dst(const struct sk_buff *skb) in skb_valid_dst() 81 static inline struct metadata_dst *tun_dst_unclone(struct sk_buff *skb) in tun_dst_unclone() 103 static inline struct ip_tunnel_info *skb_tunnel_info_unclone(struct sk_buff *skb) in skb_tunnel_info_unclone() 114 static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb, in ip_tun_rx_dst() 132 static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb, in ipv6_tun_rx_dst()
|
D | ip6_checksum.h | 44 static inline __wsum ip6_compute_pseudo(struct sk_buff *skb, int proto) in ip6_compute_pseudo() 51 static inline __wsum ip6_gro_compute_pseudo(struct sk_buff *skb, int proto) in ip6_gro_compute_pseudo() 67 static inline void __tcp_v6_send_check(struct sk_buff *skb, in __tcp_v6_send_check() 85 static inline void tcp_v6_send_check(struct sock *sk, struct sk_buff *skb) in tcp_v6_send_check()
|
/linux-4.4.14/net/ipv4/ |
D | xfrm4_output.c | 21 static int xfrm4_tunnel_check_size(struct sk_buff *skb) in xfrm4_tunnel_check_size() 46 int xfrm4_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_extract_output() 59 int xfrm4_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_prepare_output() 74 int xfrm4_output_finish(struct sock *sk, struct sk_buff *skb) in xfrm4_output_finish() 85 static int __xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) in __xfrm4_output() 99 int xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) in xfrm4_output() 107 void xfrm4_local_error(struct sk_buff *skb, u32 mtu) in xfrm4_local_error()
|
D | tcp_output.c | 72 static void tcp_event_new_data_sent(struct sock *sk, const struct sk_buff *skb) in tcp_event_new_data_sent() 315 static void tcp_ecn_send_synack(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_synack() 327 static void tcp_ecn_send_syn(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_syn() 350 static void tcp_ecn_clear_syn(struct sock *sk, struct sk_buff *skb) in tcp_ecn_clear_syn() 369 static void tcp_ecn_send(struct sock *sk, struct sk_buff *skb, in tcp_ecn_send() 396 static void tcp_init_nondata_skb(struct sk_buff *skb, u32 seq, u8 flags) in tcp_init_nondata_skb() 545 static unsigned int tcp_syn_options(struct sock *sk, struct sk_buff *skb, in tcp_syn_options() 612 unsigned int mss, struct sk_buff *skb, in tcp_synack_options() 673 static unsigned int tcp_established_options(struct sock *sk, struct sk_buff *skb, in tcp_established_options() 854 void tcp_wfree(struct sk_buff *skb) in tcp_wfree() [all …]
|
D | xfrm4_input.c | 20 int xfrm4_extract_input(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_extract_input() 26 struct sk_buff *skb) in xfrm4_rcv_encap_finish() 41 int xfrm4_transport_finish(struct sk_buff *skb, int async) in xfrm4_transport_finish() 69 int xfrm4_udp_encap_rcv(struct sock *sk, struct sk_buff *skb) in xfrm4_udp_encap_rcv() 155 int xfrm4_rcv(struct sk_buff *skb) in xfrm4_rcv()
|
D | tcp_offload.c | 17 static void tcp_gso_tstamp(struct sk_buff *skb, unsigned int ts_seq, in tcp_gso_tstamp() 32 static struct sk_buff *tcp4_gso_segment(struct sk_buff *skb, in tcp4_gso_segment() 54 struct sk_buff *tcp_gso_segment(struct sk_buff *skb, in tcp_gso_segment() 178 struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb) in tcp_gro_receive() 274 int tcp_gro_complete(struct sk_buff *skb) in tcp_gro_complete() 291 static struct sk_buff **tcp4_gro_receive(struct sk_buff **head, struct sk_buff *skb) in tcp4_gro_receive() 304 static int tcp4_gro_complete(struct sk_buff *skb, int thoff) in tcp4_gro_complete()
|
D | xfrm4_protocol.c | 49 int xfrm4_rcv_cb(struct sk_buff *skb, u8 protocol, int err) in xfrm4_rcv_cb() 66 int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi, in xfrm4_rcv_encap() 92 static int xfrm4_esp_rcv(struct sk_buff *skb) in xfrm4_esp_rcv() 109 static void xfrm4_esp_err(struct sk_buff *skb, u32 info) in xfrm4_esp_err() 118 static int xfrm4_ah_rcv(struct sk_buff *skb) in xfrm4_ah_rcv() 135 static void xfrm4_ah_err(struct sk_buff *skb, u32 info) in xfrm4_ah_err() 144 static int xfrm4_ipcomp_rcv(struct sk_buff *skb) in xfrm4_ipcomp_rcv() 161 static void xfrm4_ipcomp_err(struct sk_buff *skb, u32 info) in xfrm4_ipcomp_err()
|
D | ip_output.c | 99 int __ip_local_out(struct net *net, struct sock *sk, struct sk_buff *skb) in __ip_local_out() 110 int ip_local_out(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_local_out() 135 int ip_build_and_send_pkt(struct sk_buff *skb, const struct sock *sk, in ip_build_and_send_pkt() 175 static int ip_finish_output2(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_finish_output2() 224 struct sk_buff *skb, unsigned int mtu) in ip_finish_output_gso() 267 static int ip_finish_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_finish_output() 288 int ip_mc_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_mc_output() 350 int ip_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_output() 380 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl) in ip_queue_xmit() 493 static int ip_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in ip_fragment() [all …]
|
D | ip_input.c | 154 bool ip_call_ra_chain(struct sk_buff *skb) in ip_call_ra_chain() 192 static int ip_local_deliver_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_local_deliver_finish() 245 int ip_local_deliver(struct sk_buff *skb) in ip_local_deliver() 262 static inline bool ip_rcv_options(struct sk_buff *skb) in ip_rcv_options() 314 static int ip_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip_rcv_finish() 375 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *… in ip_rcv()
|
D | tcp_input.c | 132 static void tcp_measure_rcv_mss(struct sock *sk, const struct sk_buff *skb) in tcp_measure_rcv_mss() 216 static void tcp_ecn_accept_cwr(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_ecn_accept_cwr() 227 static void __tcp_ecn_check_ce(struct tcp_sock *tp, const struct sk_buff *skb) in __tcp_ecn_check_ce() 257 static void tcp_ecn_check_ce(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_ecn_check_ce() 342 static int __tcp_grow_window(const struct sock *sk, const struct sk_buff *skb) in __tcp_grow_window() 359 static void tcp_grow_window(struct sock *sk, const struct sk_buff *skb) in tcp_grow_window() 543 const struct sk_buff *skb) in tcp_rcv_rtt_measure_ts() 632 static void tcp_event_data_recv(struct sock *sk, struct sk_buff *skb) in tcp_event_data_recv() 888 static void tcp_verify_retransmit_hint(struct tcp_sock *tp, struct sk_buff *skb) in tcp_verify_retransmit_hint() 900 static void tcp_skb_mark_lost(struct tcp_sock *tp, struct sk_buff *skb) in tcp_skb_mark_lost() [all …]
|
D | xfrm4_tunnel.c | 15 static int ipip_output(struct xfrm_state *x, struct sk_buff *skb) in ipip_output() 21 static int ipip_xfrm_rcv(struct xfrm_state *x, struct sk_buff *skb) in ipip_xfrm_rcv() 53 static int xfrm_tunnel_rcv(struct sk_buff *skb) in xfrm_tunnel_rcv() 58 static int xfrm_tunnel_err(struct sk_buff *skb, u32 info) in xfrm_tunnel_err()
|
D | udp_offload.c | 28 static struct sk_buff *__skb_udp_tunnel_segment(struct sk_buff *skb, in __skb_udp_tunnel_segment() 30 struct sk_buff *(*gso_inner_segment)(struct sk_buff *skb, in __skb_udp_tunnel_segment() 140 struct sk_buff *skb_udp_tunnel_segment(struct sk_buff *skb, in skb_udp_tunnel_segment() 178 static struct sk_buff *udp4_ufo_fragment(struct sk_buff *skb, in udp4_ufo_fragment() 293 struct sk_buff **udp_gro_receive(struct sk_buff **head, struct sk_buff *skb, in udp_gro_receive() 353 struct sk_buff *skb) in udp4_gro_receive() 379 int udp_gro_complete(struct sk_buff *skb, int nhoff) in udp_gro_complete() 415 static int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete()
|
D | esp4.c | 91 struct sk_buff *skb = base->data; in esp_output_done() local 98 static void esp_restore_header(struct sk_buff *skb, unsigned int offset) in esp_restore_header() 108 static void esp_output_restore_header(struct sk_buff *skb) in esp_output_restore_header() 115 struct sk_buff *skb = base->data; in esp_output_done_esn() local 121 static int esp_output(struct xfrm_state *x, struct sk_buff *skb) in esp_output() 295 static int esp_input_done2(struct sk_buff *skb, int err) in esp_input_done2() 381 struct sk_buff *skb = base->data; in esp_input_done() local 386 static void esp_input_restore_header(struct sk_buff *skb) in esp_input_restore_header() 394 struct sk_buff *skb = base->data; in esp_input_done_esn() local 405 static int esp_input(struct xfrm_state *x, struct sk_buff *skb) in esp_input() [all …]
|
D | icmp.c | 106 struct sk_buff *skb; member 339 struct sk_buff *skb) in icmp_glue_bits() 359 struct sk_buff *skb; in icmp_push_reply() local 389 static void icmp_reply(struct icmp_bxm *icmp_param, struct sk_buff *skb) in icmp_reply() 446 static int icmp_multipath_hash_skb(const struct sk_buff *skb) in icmp_multipath_hash_skb() 455 #define icmp_multipath_hash_skb(skb) (-1) argument 737 static void icmp_socket_deliver(struct sk_buff *skb, u32 info) in icmp_socket_deliver() 773 static bool icmp_unreach(struct sk_buff *skb) in icmp_unreach() 877 static bool icmp_redirect(struct sk_buff *skb) in icmp_redirect() 905 static bool icmp_echo(struct sk_buff *skb) in icmp_echo() [all …]
|
D | ip_gre.c | 184 static int parse_gre_header(struct sk_buff *skb, struct tnl_ptk_info *tpi, in parse_gre_header() 246 static void ipgre_err(struct sk_buff *skb, u32 info, in ipgre_err() 325 static void gre_err(struct sk_buff *skb, u32 info) in gre_err() 384 static int ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi) in ipgre_rcv() 420 static int gre_rcv(struct sk_buff *skb) in gre_rcv() 449 static void build_header(struct sk_buff *skb, int hdr_len, __be16 flags, in build_header() 482 static void __gre_xmit(struct sk_buff *skb, struct net_device *dev, in __gre_xmit() 499 static struct sk_buff *gre_handle_offloads(struct sk_buff *skb, in gre_handle_offloads() 506 static struct rtable *gre_get_rt(struct sk_buff *skb, in gre_get_rt() 523 static void gre_fb_xmit(struct sk_buff *skb, struct net_device *dev) in gre_fb_xmit() [all …]
|
D | fou.c | 51 static void fou_recv_pull(struct sk_buff *skb, size_t len) in fou_recv_pull() 64 static int fou_udp_recv(struct sock *sk, struct sk_buff *skb) in fou_udp_recv() 76 static struct guehdr *gue_remcsum(struct sk_buff *skb, struct guehdr *guehdr, in gue_remcsum() 99 static int gue_control_message(struct sk_buff *skb, struct guehdr *guehdr) in gue_control_message() 106 static int gue_udp_recv(struct sock *sk, struct sk_buff *skb) in gue_udp_recv() 181 struct sk_buff *skb, in fou_gro_receive() 203 static int fou_gro_complete(struct sk_buff *skb, int nhoff, in fou_gro_complete() 227 static struct guehdr *gue_gro_remcsum(struct sk_buff *skb, unsigned int off, in gue_gro_remcsum() 251 struct sk_buff *skb, in gue_gro_receive() 365 static int gue_gro_complete(struct sk_buff *skb, int nhoff, in gue_gro_complete() [all …]
|
D | ip_sockglue.c | 53 static void ip_cmsg_recv_pktinfo(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_pktinfo() 62 static void ip_cmsg_recv_ttl(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_ttl() 68 static void ip_cmsg_recv_tos(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_tos() 73 static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_opts() 83 static void ip_cmsg_recv_retopts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_retopts() 100 static void ip_cmsg_recv_checksum(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_checksum() 114 static void ip_cmsg_recv_security(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_security() 132 static void ip_cmsg_recv_dstaddr(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_dstaddr() 154 void ip_cmsg_recv_offset(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_offset() 371 void ip_icmp_error(struct sock *sk, struct sk_buff *skb, int err, in ip_icmp_error() [all …]
|
/linux-4.4.14/net/sctp/ |
D | ulpevent.c | 67 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 …]
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 65 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 330 void carl9170_tx_get_skb(struct sk_buff *skb) in carl9170_tx_get_skb() 337 int carl9170_tx_put_skb(struct sk_buff *skb) in carl9170_tx_put_skb() [all …]
|
/linux-4.4.14/net/sched/ |
D | cls_flow.c | 70 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src() 80 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst() 90 static u32 flow_get_proto(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto() 95 static u32 flow_get_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_src() 103 static u32 flow_get_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_dst() 111 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif() 116 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority() 121 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark() 126 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct() 136 #define CTTUPLE(skb, member) \ argument [all …]
|
D | act_csum.c | 100 static void *tcf_csum_skb_nextlayer(struct sk_buff *skb, in tcf_csum_skb_nextlayer() 116 static int tcf_csum_ipv4_icmp(struct sk_buff *skb, in tcf_csum_ipv4_icmp() 134 static int tcf_csum_ipv4_igmp(struct sk_buff *skb, in tcf_csum_ipv4_igmp() 152 static int tcf_csum_ipv6_icmp(struct sk_buff *skb, in tcf_csum_ipv6_icmp() 174 static int tcf_csum_ipv4_tcp(struct sk_buff *skb, in tcf_csum_ipv4_tcp() 195 static int tcf_csum_ipv6_tcp(struct sk_buff *skb, in tcf_csum_ipv6_tcp() 217 static int tcf_csum_ipv4_udp(struct sk_buff *skb, in tcf_csum_ipv4_udp() 270 static int tcf_csum_ipv6_udp(struct sk_buff *skb, in tcf_csum_ipv6_udp() 322 static int tcf_csum_ipv4(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv4() 418 static int tcf_csum_ipv6(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv6() [all …]
|
D | sch_fq_codel.c | 70 struct sk_buff *skb) in fq_codel_hash() 77 static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, in fq_codel_classify() 117 struct sk_buff *skb = flow->head; in dequeue_head() local 126 struct sk_buff *skb) in flow_queue_add() 139 struct sk_buff *skb; in fq_codel_drop() local 175 static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch) in fq_codel_enqueue() 227 struct sk_buff *skb = NULL; in dequeue() local 241 struct sk_buff *skb; in fq_codel_dequeue() local 305 struct sk_buff *skb = dequeue_head(flow); in fq_codel_reset() local 378 struct sk_buff *skb = fq_codel_dequeue(sch); in fq_codel_change() local [all …]
|
D | sch_choke.c | 121 struct sk_buff *skb = q->tab[idx]; in choke_drop_by_idx() local 142 static inline struct choke_skb_cb *choke_skb_cb(const struct sk_buff *skb) in choke_skb_cb() 148 static inline void choke_set_classid(struct sk_buff *skb, u16 classid) in choke_set_classid() 153 static u16 choke_get_classid(const struct sk_buff *skb) in choke_get_classid() 194 static bool choke_classify(struct sk_buff *skb, in choke_classify() 231 struct sk_buff *skb; in choke_peek_random() local 264 static int choke_enqueue(struct sk_buff *skb, struct Qdisc *sch) in choke_enqueue() 350 struct sk_buff *skb; in choke_dequeue() local 389 struct sk_buff *skb = q->tab[q->head]; in choke_reset() local 462 struct sk_buff *skb = q->tab[q->head]; in choke_change() local [all …]
|
/linux-4.4.14/net/nfc/ |
D | digital.h | 64 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()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btbcm.c | 42 struct sk_buff *skb; in btbcm_check_bdaddr() local 90 struct sk_buff *skb; in btbcm_set_bdaddr() local 111 struct sk_buff *skb; in btbcm_patchram() local 171 struct sk_buff *skb; in btbcm_reset() local 186 struct sk_buff *skb; in btbcm_read_local_name() local 207 struct sk_buff *skb; in btbcm_read_local_version() local 228 struct sk_buff *skb; in btbcm_read_verbose_config() local 248 struct sk_buff *skb; in btbcm_read_usb_product() local 281 struct sk_buff *skb; in btbcm_initialize() local 335 struct sk_buff *skb; in btbcm_finalize() local [all …]
|
D | btintel.c | 40 struct sk_buff *skb; in btintel_check_bdaddr() local 78 struct sk_buff *skb; in btintel_set_bdaddr() local 96 struct sk_buff *skb; in btintel_set_diag() local 129 struct sk_buff *skb; in btintel_set_diag_mfg() local 165 struct sk_buff *skb; in btintel_hw_error() local 222 struct sk_buff *skb; in btintel_secure_send() local 246 struct sk_buff *skb; in btintel_load_ddc_config() local 291 struct sk_buff *skb; in btintel_set_event_mask() local 312 struct sk_buff *skb; in btintel_set_event_mask_mfg() local 377 struct sk_buff *skb; in regmap_ibt_read() local [all …]
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 139 static int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e) in iwch_l2t_send() 155 int iwch_cxgb3_ofld_send(struct t3cdev *tdev, struct sk_buff *skb) in iwch_cxgb3_ofld_send() 171 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) in release_tid() 189 struct sk_buff *skb = get_skb(NULL, sizeof(*req), GFP_KERNEL); in iwch_quiesce_tid() local 210 struct sk_buff *skb = get_skb(NULL, sizeof(*req), GFP_KERNEL); in iwch_resume_tid() local 324 static struct sk_buff *get_skb(struct sk_buff *skb, int len, gfp_t gfp) in get_skb() 359 static void arp_failure_discard(struct t3cdev *dev, struct sk_buff *skb) in arp_failure_discard() 368 static void act_open_req_arp_failure(struct t3cdev *dev, struct sk_buff *skb) in act_open_req_arp_failure() 378 static void abort_arp_failure(struct t3cdev *dev, struct sk_buff *skb) in abort_arp_failure() 390 struct sk_buff *skb; in send_halfclose() local [all …]
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | layer2.c | 147 l2up(struct layer2 *l2, u_int prim, struct sk_buff *skb) in l2up() 166 struct sk_buff *skb; in l2up_create() local 189 l2down_skb(struct layer2 *l2, struct sk_buff *skb) { in l2down_skb() 200 l2down_raw(struct layer2 *l2, struct sk_buff *skb) in l2down_raw() 215 l2down(struct layer2 *l2, u_int prim, u_int id, struct sk_buff *skb) in l2down() 227 struct sk_buff *skb; in l2down_create() local 246 ph_data_confirm(struct layer2 *l2, struct mISDNhead *hh, struct sk_buff *skb) { in ph_data_confirm() 290 struct sk_buff *skb; in l2_timeout() local 423 enqueue_super(struct layer2 *l2, struct sk_buff *skb) in enqueue_super() 430 enqueue_ui(struct layer2 *l2, struct sk_buff *skb) in enqueue_ui() [all …]
|
D | hwchannel.c | 26 struct sk_buff *skb; in dchannel_bh() local 49 struct sk_buff *skb; in bchannel_bh() local 293 recv_Dchannel_skb(struct dchannel *dch, struct sk_buff *skb) in recv_Dchannel_skb() 301 recv_Bchannel_skb(struct bchannel *bch, struct sk_buff *skb) in recv_Bchannel_skb() 318 struct sk_buff *skb; in confirm_Dsend() local 349 struct sk_buff *skb; in confirm_Bsend() local 393 queue_ch_frame(struct mISDNchannel *ch, u_int pr, int id, struct sk_buff *skb) in queue_ch_frame() 413 dchannel_senddata(struct dchannel *ch, struct sk_buff *skb) in dchannel_senddata() 439 bchannel_senddata(struct bchannel *ch, struct sk_buff *skb) in bchannel_senddata()
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | fwio.c | 194 struct sk_buff *skb; in p54_alloc_skb() local 220 struct sk_buff *skb; in p54_download_eeprom() local 267 struct sk_buff *skb; in p54_update_beacon_tim() local 284 struct sk_buff *skb; in p54_sta_unlock() local 300 struct sk_buff *skb; in p54_tx_cancel() local 320 struct sk_buff *skb; in p54_setup_mac() local 396 struct sk_buff *skb; in p54_scan() local 544 struct sk_buff *skb; in p54_set_leds() local 563 struct sk_buff *skb; in p54_set_edcf() local 600 struct sk_buff *skb; in p54_set_ps() local [all …]
|
D | txrx.c | 35 struct sk_buff *skb; in p54_dump_tx_queue() local 82 static int p54_assign_address(struct p54_common *priv, struct sk_buff *skb) in p54_assign_address() 152 struct sk_buff *skb; in p54_tx_pending() local 186 struct sk_buff *skb, in p54_tx_qos_accounting_alloc() 216 struct sk_buff *skb) in p54_tx_qos_accounting_free() 236 void p54_free_skb(struct ieee80211_hw *dev, struct sk_buff *skb) in p54_free_skb() 269 void p54_tx(struct p54_common *priv, struct sk_buff *skb) in p54_tx() 294 static void p54_pspoll_workaround(struct p54_common *priv, struct sk_buff *skb) in p54_pspoll_workaround() 327 static int p54_rx_data(struct p54_common *priv, struct sk_buff *skb) in p54_rx_data() 393 static void p54_rx_frame_sent(struct p54_common *priv, struct sk_buff *skb) in p54_rx_frame_sent() [all …]
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 156 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 187 static inline void act_open_arp_failure(struct t3cdev *dev, struct sk_buff *skb) in act_open_arp_failure() 200 struct sk_buff *skb = csk->cpl_close; in send_close_req() local 226 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb) in abort_arp_failure() 239 struct sk_buff *skb = csk->cpl_abort_req; in send_abort_req() local 275 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl() local 298 struct sk_buff *skb; in send_rx_credits() local 349 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr() 388 static void arp_failure_skb_discard(struct t3cdev *dev, struct sk_buff *skb) in arp_failure_skb_discard() 396 struct sk_buff *skb; in push_tx_frames() local [all …]
|
/linux-4.4.14/net/mac802154/ |
D | rx.c | 32 static int ieee802154_deliver_skb(struct sk_buff *skb) in ieee802154_deliver_skb() 42 struct sk_buff *skb, const struct ieee802154_hdr *hdr) in ieee802154_subif_frame() 135 ieee802154_parse_frame_start(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_parse_frame_start() 195 struct sk_buff *skb) in __ieee802154_rx_handle_packet() 225 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_monitors_rx() 253 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_rx() 298 ieee802154_rx_irqsafe(struct ieee802154_hw *hw, struct sk_buff *skb, u8 lqi) in ieee802154_rx_irqsafe()
|
D | tx.c | 37 struct sk_buff *skb = local->tx_skb; in ieee802154_xmit_worker() local 69 ieee802154_tx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_tx() 106 ieee802154_monitor_start_xmit(struct sk_buff *skb, struct net_device *dev) in ieee802154_monitor_start_xmit() 116 ieee802154_subif_start_xmit(struct sk_buff *skb, struct net_device *dev) in ieee802154_subif_start_xmit()
|
/linux-4.4.14/net/lapb/ |
D | lapb_in.c | 44 static void lapb_state0_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state0_machine() 115 static void lapb_state1_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state1_machine() 191 static void lapb_state2_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state2_machine() 251 static void lapb_state3_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state3_machine() 478 static void lapb_state4_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state4_machine() 539 void lapb_data_input(struct lapb_cb *lapb, struct sk_buff *skb) in lapb_data_input()
|
D | lapb_subr.c | 53 struct sk_buff *skb; in lapb_frames_acked() local 71 struct sk_buff *skb, *skb_prev = NULL; in lapb_requeue_frames() local 111 int lapb_decode(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_decode() 231 struct sk_buff *skb; in lapb_send_control() local 267 struct sk_buff *skb; in lapb_transmit_frmr() local
|
/linux-4.4.14/include/net/netfilter/ |
D | br_netfilter.h | 6 static inline struct nf_bridge_info *nf_bridge_alloc(struct sk_buff *skb) in nf_bridge_alloc() 19 nf_bridge_info_get(const struct sk_buff *skb) in nf_bridge_info_get() 26 static inline void nf_bridge_push_encap_header(struct sk_buff *skb) in nf_bridge_push_encap_header() 53 static inline int br_validate_ipv6(struct net *net, struct sk_buff *skb) in br_validate_ipv6() 59 br_nf_pre_routing_ipv6(const struct nf_hook_ops *ops, struct sk_buff *skb, in br_nf_pre_routing_ipv6()
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | fw_dnld.c | 86 struct sk_buff *skb; in alloc_lc_skb() local 143 struct sk_buff *skb) in process_state_reset() 159 static int process_state_init(struct nfcmrvl_private *priv, struct sk_buff *skb) in process_state_init() 189 struct sk_buff *skb) in process_state_set_ref_clock() 235 struct sk_buff *skb) in process_state_set_hi_config() 246 struct sk_buff *skb) in process_state_open_lc() 260 struct sk_buff *skb) in process_state_fw_dnld() 363 struct sk_buff *skb) in process_state_close_lc() 374 static int process_state_boot(struct nfcmrvl_private *priv, struct sk_buff *skb) in process_state_boot() 406 struct sk_buff *skb; in fw_dnld_rx_work() local [all …]
|
/linux-4.4.14/net/netlabel/ |
D | netlabel_mgmt.c | 56 struct sk_buff *skb; member 263 static int netlbl_mgmt_listentry(struct sk_buff *skb, in netlbl_mgmt_listentry() 379 static int netlbl_mgmt_add(struct sk_buff *skb, struct genl_info *info) in netlbl_mgmt_add() 410 static int netlbl_mgmt_remove(struct sk_buff *skb, struct genl_info *info) in netlbl_mgmt_remove() 472 static int netlbl_mgmt_listall(struct sk_buff *skb, in netlbl_mgmt_listall() 503 static int netlbl_mgmt_adddef(struct sk_buff *skb, struct genl_info *info) in netlbl_mgmt_adddef() 533 static int netlbl_mgmt_removedef(struct sk_buff *skb, struct genl_info *info) in netlbl_mgmt_removedef() 553 static int netlbl_mgmt_listdef(struct sk_buff *skb, struct genl_info *info) in netlbl_mgmt_listdef() 601 static int netlbl_mgmt_protocols_cb(struct sk_buff *skb, in netlbl_mgmt_protocols_cb() 635 static int netlbl_mgmt_protocols(struct sk_buff *skb, in netlbl_mgmt_protocols() [all …]
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_l3proto_ipv4.c | 32 static void nf_nat_ipv4_decode_session(struct sk_buff *skb, in nf_nat_ipv4_decode_session() 78 static bool nf_nat_ipv4_manip_pkt(struct sk_buff *skb, in nf_nat_ipv4_manip_pkt() 108 static void nf_nat_ipv4_csum_update(struct sk_buff *skb, in nf_nat_ipv4_csum_update() 126 static void nf_nat_ipv4_csum_recalc(struct sk_buff *skb, in nf_nat_ipv4_csum_recalc() 190 int nf_nat_icmp_reply_translation(struct sk_buff *skb, in nf_nat_icmp_reply_translation() 258 nf_nat_ipv4_fn(void *priv, struct sk_buff *skb, in nf_nat_ipv4_fn() 348 nf_nat_ipv4_in(void *priv, struct sk_buff *skb, in nf_nat_ipv4_in() 368 nf_nat_ipv4_out(void *priv, struct sk_buff *skb, in nf_nat_ipv4_out() 410 nf_nat_ipv4_local_fn(void *priv, struct sk_buff *skb, in nf_nat_ipv4_local_fn()
|
D | nft_chain_nat_ipv4.c | 30 struct sk_buff *skb, in nft_nat_do_chain() 42 struct sk_buff *skb, in nft_nat_ipv4_fn() 49 struct sk_buff *skb, in nft_nat_ipv4_in() 56 struct sk_buff *skb, in nft_nat_ipv4_out() 63 struct sk_buff *skb, in nft_nat_ipv4_local_fn()
|
D | iptable_nat.c | 32 struct sk_buff *skb, in iptable_nat_do_chain() 40 struct sk_buff *skb, in iptable_nat_ipv4_fn() 47 struct sk_buff *skb, in iptable_nat_ipv4_in() 54 struct sk_buff *skb, in iptable_nat_ipv4_out() 61 struct sk_buff *skb, in iptable_nat_ipv4_local_fn()
|
D | ipt_SYNPROXY.c | 21 synproxy_build_ip(struct sk_buff *skb, __be32 saddr, __be32 daddr) in synproxy_build_ip() 43 const struct sk_buff *skb, struct sk_buff *nskb, in synproxy_send_tcp() 75 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() 117 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() 162 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack() 200 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack() 239 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack() 262 synproxy_tg4(struct sk_buff *skb, const struct xt_action_param *par) in synproxy_tg4() 307 struct sk_buff *skb, in ipv4_synproxy_hook()
|
D | nf_conntrack_l3proto_ipv4.c | 34 static bool ipv4_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv4_pkt_to_tuple() 66 static int ipv4_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv4_get_l4proto() 96 struct sk_buff *skb, in ipv4_helper() 123 struct sk_buff *skb, in ipv4_confirm() 147 struct sk_buff *skb, in ipv4_conntrack_in() 154 struct sk_buff *skb, in ipv4_conntrack_local() 308 static int ipv4_tuple_to_nlattr(struct sk_buff *skb, in ipv4_tuple_to_nlattr()
|
/linux-4.4.14/net/hsr/ |
D | hsr_forward.c | 51 static bool is_supervision_frame(struct hsr_priv *hsr, struct sk_buff *skb) in is_supervision_frame() 77 struct sk_buff *skb; in create_stripped_skb() local 112 static void hsr_fill_tag(struct sk_buff *skb, struct hsr_frame_info *frame, in hsr_fill_tag() 143 struct sk_buff *skb; in create_tagged_skb() local 186 static void hsr_deliver_master(struct sk_buff *skb, struct net_device *dev, in hsr_deliver_master() 206 static int hsr_xmit(struct sk_buff *skb, struct hsr_port *port, in hsr_xmit() 235 struct sk_buff *skb; in hsr_forward_do() local 280 static void check_local_dest(struct hsr_priv *hsr, struct sk_buff *skb, in check_local_dest() 305 struct sk_buff *skb, struct hsr_port *port) in hsr_fill_frame_info() 344 void hsr_forward_skb(struct sk_buff *skb, struct hsr_port *port) in hsr_forward_skb()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_core.c | 112 ip_vs_in_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_in_stats() 146 ip_vs_out_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_out_stats() 204 const struct sk_buff *skb, in ip_vs_set_state() 213 struct sk_buff *skb, int protocol, in ip_vs_conn_fill_param_persist() 236 struct sk_buff *skb, __be16 src_port, __be16 dst_port, in ip_vs_sched_persist() 423 ip_vs_schedule(struct ip_vs_service *svc, struct sk_buff *skb, in ip_vs_schedule() 565 int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb, in ip_vs_leave() 675 __sum16 ip_vs_checksum_complete(struct sk_buff *skb, int offset) in ip_vs_checksum_complete() 690 struct sk_buff *skb, u_int32_t user) in ip_vs_gather_frags() 704 struct sk_buff *skb, unsigned int hooknum) in ip_vs_route_me_harder() [all …]
|
D | ip_vs_xmit.c | 108 __mtu_check_toobig_v6(const struct sk_buff *skb, u32 mtu) in __mtu_check_toobig_v6() 166 static inline bool crosses_local_route_boundary(int skb_af, struct sk_buff *skb, in crosses_local_route_boundary() 206 static inline void maybe_update_pmtu(int skb_af, struct sk_buff *skb, int mtu) in maybe_update_pmtu() 218 struct sk_buff *skb, int mtu) in ensure_mtu_is_adequate() 259 __ip_vs_get_out_rt(struct netns_ipvs *ipvs, int skb_af, struct sk_buff *skb, in __ip_vs_get_out_rt() 406 __ip_vs_get_out_rt_v6(struct netns_ipvs *ipvs, int skb_af, struct sk_buff *skb, in __ip_vs_get_out_rt_v6() 523 static inline int ip_vs_tunnel_xmit_prepare(struct sk_buff *skb, in ip_vs_tunnel_xmit_prepare() 546 static inline void ip_vs_drop_early_demux_sk(struct sk_buff *skb) in ip_vs_drop_early_demux_sk() 556 static inline int ip_vs_nat_send_or_cont(int pf, struct sk_buff *skb, in ip_vs_nat_send_or_cont() 587 static inline int ip_vs_send_or_cont(int pf, struct sk_buff *skb, in ip_vs_send_or_cont() [all …]
|
/linux-4.4.14/crypto/ |
D | crypto_user.c | 81 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() 100 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp() 114 static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_akcipher() 130 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one() 192 struct sk_buff *skb = info->out_skb; in crypto_report_alg() local 223 struct sk_buff *skb; in crypto_report() local 255 static int crypto_dump_report(struct sk_buff *skb, struct netlink_callback *cb) in crypto_dump_report() 288 static int crypto_update_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_update_alg() 324 static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_alg() 387 static int crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_add_alg() [all …]
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_nat_l3proto_ipv6.c | 31 static void nf_nat_ipv6_decode_session(struct sk_buff *skb, in nf_nat_ipv6_decode_session() 77 static bool nf_nat_ipv6_manip_pkt(struct sk_buff *skb, in nf_nat_ipv6_manip_pkt() 111 static void nf_nat_ipv6_csum_update(struct sk_buff *skb, in nf_nat_ipv6_csum_update() 130 static void nf_nat_ipv6_csum_recalc(struct sk_buff *skb, in nf_nat_ipv6_csum_recalc() 196 int nf_nat_icmpv6_reply_translation(struct sk_buff *skb, in nf_nat_icmpv6_reply_translation() 265 nf_nat_ipv6_fn(void *priv, struct sk_buff *skb, in nf_nat_ipv6_fn() 356 nf_nat_ipv6_in(void *priv, struct sk_buff *skb, in nf_nat_ipv6_in() 376 nf_nat_ipv6_out(void *priv, struct sk_buff *skb, in nf_nat_ipv6_out() 417 nf_nat_ipv6_local_fn(void *priv, struct sk_buff *skb, in nf_nat_ipv6_local_fn()
|
D | nft_chain_nat_ipv6.c | 28 struct sk_buff *skb, in nft_nat_do_chain() 40 struct sk_buff *skb, in nft_nat_ipv6_fn() 47 struct sk_buff *skb, in nft_nat_ipv6_in() 54 struct sk_buff *skb, in nft_nat_ipv6_out() 61 struct sk_buff *skb, in nft_nat_ipv6_local_fn()
|
D | ip6table_nat.c | 34 struct sk_buff *skb, in ip6table_nat_do_chain() 42 struct sk_buff *skb, in ip6table_nat_fn() 49 struct sk_buff *skb, in ip6table_nat_in() 56 struct sk_buff *skb, in ip6table_nat_out() 63 struct sk_buff *skb, in ip6table_nat_local_fn()
|
D | ip6t_SYNPROXY.c | 23 synproxy_build_ip(struct sk_buff *skb, const struct in6_addr *saddr, in synproxy_build_ip() 41 const struct sk_buff *skb, struct sk_buff *nskb, in synproxy_send_tcp() 88 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() 130 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() 175 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack() 213 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack() 252 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack() 275 synproxy_tg6(struct sk_buff *skb, const struct xt_action_param *par) in synproxy_tg6() 320 struct sk_buff *skb, in ipv6_synproxy_hook()
|
D | nf_conntrack_l3proto_ipv6.c | 37 static bool ipv6_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv6_pkt_to_tuple() 70 static int ipv6_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv6_get_l4proto() 99 struct sk_buff *skb, in ipv6_helper() 135 struct sk_buff *skb, in ipv6_confirm() 169 struct sk_buff *skb, in ipv6_conntrack_in() 176 struct sk_buff *skb, in ipv6_conntrack_local() 276 static int ipv6_tuple_to_nlattr(struct sk_buff *skb, in ipv6_tuple_to_nlattr()
|
/linux-4.4.14/net/mac80211/ |
D | wpa.c | 36 struct sk_buff *skb = tx->skb; in ieee80211_tx_h_michael_mic_add() local 93 struct sk_buff *skb = rx->skb; in ieee80211_rx_h_michael_mic_verify() local 187 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in tkip_encrypt_skb() 247 struct sk_buff *skb; in ieee80211_crypto_tkip_encrypt() local 266 struct sk_buff *skb = rx->skb; in ieee80211_crypto_tkip_decrypt() local 310 static void ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *b_0, u8 *aad) in ccmp_special_blocks() 401 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb, in ccmp_encrypt_skb() 478 struct sk_buff *skb; in ieee80211_crypto_ccmp_encrypt() local 498 struct sk_buff *skb = rx->skb; in ieee80211_crypto_ccmp_decrypt() local 559 static void gcmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *j_0, u8 *aad) in gcmp_special_blocks() [all …]
|
D | wme.c | 36 static int wme_downgrade_ac(struct sk_buff *skb) in wme_downgrade_ac() 87 struct sta_info *sta, struct sk_buff *skb) in ieee80211_downgrade_queue() 120 struct sk_buff *skb, in ieee80211_select_queue_80211() 146 struct sk_buff *skb) in ieee80211_select_queue() 235 struct sk_buff *skb) in ieee80211_set_qos_hdr()
|
D | tx.c | 51 struct sk_buff *skb, int group_addr, in ieee80211_duration() 351 struct sk_buff *skb; in purge_old_ps_buffers() local 461 struct sk_buff *skb) in ieee80211_use_mfp() 852 struct sk_buff *skb, int hdrlen, in ieee80211_fragment() 914 struct sk_buff *skb = tx->skb; in ieee80211_tx_h_fragment() local 989 struct sk_buff *skb; in ieee80211_tx_h_stats() local 1043 struct sk_buff *skb; in ieee80211_tx_h_calculate_duration() local 1069 struct sk_buff *skb, in ieee80211_tx_prep_agg() 1145 struct sta_info *sta, struct sk_buff *skb) in ieee80211_tx_prepare() 1234 struct sk_buff *skb) in ieee80211_drv_tx() [all …]
|
D | status.c | 25 struct sk_buff *skb) in ieee80211_tx_status_irqsafe() 48 struct sk_buff *skb) in ieee80211_handle_filtered_frame() 179 static void ieee80211_frame_acked(struct sta_info *sta, struct sk_buff *skb) in ieee80211_frame_acked() 275 struct sk_buff *skb, int retry_count, in ieee80211_add_tx_radiotap_header() 399 struct sk_buff *skb, u32 flags) in ieee80211_tdls_td_tx_handle() 433 ieee80211_sdata_from_skb(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_sdata_from_skb() 456 struct sk_buff *skb; in ieee80211_report_ack_skb() local 501 struct sk_buff *skb, bool dropped) in ieee80211_report_used_skb() 674 void ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, in ieee80211_tx_monitor() 731 void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) in ieee80211_tx_status() [all …]
|
D | rx.c | 97 struct sk_buff *skb, in remove_monitor_info() 116 static inline bool should_drop_frame(struct sk_buff *skb, int present_fcs_len, in should_drop_frame() 142 struct sk_buff *skb) in ieee80211_rx_radiotap_hdrlen() 210 struct sk_buff *skb, in ieee80211_add_rx_radiotap_header() 481 struct sk_buff *skb, *skb2; in ieee80211_rx_monitor() local 672 static int ieee80211_is_unicast_robust_mgmt_frame(struct sk_buff *skb) in ieee80211_is_unicast_robust_mgmt_frame() 683 static int ieee80211_is_multicast_robust_mgmt_frame(struct sk_buff *skb) in ieee80211_is_multicast_robust_mgmt_frame() 695 static int ieee80211_get_mmie_keyidx(struct sk_buff *skb) in ieee80211_get_mmie_keyidx() 724 struct sk_buff *skb) in iwl80211_get_cs_keyid() 807 struct sk_buff *skb; in ieee80211_release_reorder_frame() local [all …]
|
D | wep.c | 91 struct sk_buff *skb, in ieee80211_wep_add_iv() 119 struct sk_buff *skb, in ieee80211_wep_remove_iv() 162 struct sk_buff *skb, in ieee80211_wep_encrypt() 226 struct sk_buff *skb, in ieee80211_wep_decrypt() 277 struct sk_buff *skb = rx->skb; in ieee80211_crypto_wep_decrypt() local 303 static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in wep_encrypt_skb() 327 struct sk_buff *skb; in ieee80211_crypto_wep_encrypt() local
|
D | tdls.c | 41 struct sk_buff *skb) in ieee80211_tdls_add_ext_capab() 68 struct sk_buff *skb, u16 start, u16 end, in ieee80211_tdls_add_subband() 125 struct sk_buff *skb) in ieee80211_tdls_add_supp_channels() 152 struct sk_buff *skb) in ieee80211_tdls_add_oper_classes() 169 static void ieee80211_tdls_add_bss_coex_ie(struct sk_buff *skb) in ieee80211_tdls_add_bss_coex_ie() 195 struct sk_buff *skb, const u8 *peer, in ieee80211_tdls_add_link_ie() 220 ieee80211_tdls_add_aid(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) in ieee80211_tdls_add_aid() 265 struct sk_buff *skb) in ieee80211_tdls_add_wmm_param_ie() 354 struct sk_buff *skb, const u8 *peer, in ieee80211_tdls_add_setup_start_ies() 537 struct sk_buff *skb, const u8 *peer, in ieee80211_tdls_add_setup_cfm_ies() [all …]
|
/linux-4.4.14/net/rxrpc/ |
D | ar-input.c | 42 int rxrpc_queue_rcv_skb(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_queue_rcv_skb() 135 struct sk_buff *skb, u32 seq) in rxrpc_fast_process_data() 310 void rxrpc_fast_process_packet(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_fast_process_packet() 520 struct sk_buff *skb) in rxrpc_post_packet_to_call() 587 struct sk_buff *skb) in rxrpc_post_packet_to_conn() 601 struct sk_buff *skb) in rxrpc_post_packet_to_local() 611 struct sk_buff *skb, in rxrpc_conn_from_local() 646 struct sk_buff *skb; in rxrpc_data_ready() local
|
D | ar-recvmsg.c | 52 struct sk_buff *skb; in rxrpc_recvmsg() local 362 void rxrpc_kernel_data_delivered(struct sk_buff *skb) in rxrpc_kernel_data_delivered() 383 bool rxrpc_kernel_is_data_last(struct sk_buff *skb) in rxrpc_kernel_is_data_last() 400 u32 rxrpc_kernel_get_abort_code(struct sk_buff *skb) in rxrpc_kernel_get_abort_code() 417 int rxrpc_kernel_get_error_number(struct sk_buff *skb) in rxrpc_kernel_get_error_number()
|
/linux-4.4.14/net/dcb/ |
D | dcbnl.c | 199 struct sk_buff *skb; in dcbnl_newmsg() local 222 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate() 233 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg() 278 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr() 292 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap() 336 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs() 382 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs() 415 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfcstate() 425 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setpfcstate() 443 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp() [all …]
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00crypto.c | 47 struct sk_buff *skb, in rt2x00crypto_create_tx_descriptor() 75 struct sk_buff *skb) in rt2x00crypto_tx_overhead() 102 void rt2x00crypto_tx_copy_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_copy_iv() 113 void rt2x00crypto_tx_remove_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_remove_iv() 134 void rt2x00crypto_tx_insert_iv(struct sk_buff *skb, unsigned int header_length) in rt2x00crypto_tx_insert_iv() 155 void rt2x00crypto_rx_insert_iv(struct sk_buff *skb, in rt2x00crypto_rx_insert_iv()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | l3_1tr6.c | 33 struct sk_buff *skb; in l3_1TR6_message() local 55 struct sk_buff *skb = arg; in l3_1tr6_invalid() local 62 l3_1tr6_error(struct l3_process *pc, u_char *msg, struct sk_buff *skb) in l3_1tr6_error() 73 struct sk_buff *skb; in l3_1tr6_setup_req() local 164 struct sk_buff *skb = arg; in l3_1tr6_setup() local 230 struct sk_buff *skb = arg; in l3_1tr6_setup_ack() local 258 struct sk_buff *skb = arg; in l3_1tr6_call_sent() local 289 struct sk_buff *skb = arg; in l3_1tr6_alert() local 303 struct sk_buff *skb = arg; in l3_1tr6_info() local 329 struct sk_buff *skb = arg; in l3_1tr6_info_s2() local [all …]
|
D | l3ni1.c | 430 struct sk_buff *skb; in l3ni1_message() local 444 struct sk_buff *skb; in l3ni1_message_plus_chid() local 464 struct sk_buff *skb; in l3ni1_message_cause() local 488 struct sk_buff *skb; in l3ni1_status_send() local 518 struct sk_buff *skb; in l3ni1_msg_without_setup() local 663 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) in check_infoelements() 814 l3ni1_get_channel_id(struct l3_process *pc, struct sk_buff *skb) { in l3ni1_get_channel_id() 837 l3ni1_get_cause(struct l3_process *pc, struct sk_buff *skb) { in l3ni1_get_cause() 878 struct sk_buff *skb; in l3ni1_msg_with_uus() local 916 struct sk_buff *skb = arg; in l3ni1_release_cmpl() local [all …]
|
D | l3dss1.c | 501 struct sk_buff *skb; in l3dss1_message() local 514 struct sk_buff *skb; in l3dss1_message_cause() local 538 struct sk_buff *skb; in l3dss1_status_send() local 568 struct sk_buff *skb; in l3dss1_msg_without_setup() local 713 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) in check_infoelements() 864 l3dss1_get_channel_id(struct l3_process *pc, struct sk_buff *skb) { in l3dss1_get_channel_id() 887 l3dss1_get_cause(struct l3_process *pc, struct sk_buff *skb) { in l3dss1_get_cause() 928 struct sk_buff *skb; in l3dss1_msg_with_uus() local 966 struct sk_buff *skb = arg; in l3dss1_release_cmpl() local 1191 DecodeSI2(struct sk_buff *skb) in DecodeSI2() [all …]
|
D | isdnl2.c | 219 struct sk_buff *skb) in enqueue_super() 289 iframe_error(struct PStack *st, struct sk_buff *skb) in iframe_error() 312 super_error(struct PStack *st, struct sk_buff *skb) in super_error() 322 unnum_error(struct PStack *st, struct sk_buff *skb, int wantrsp) in unnum_error() 338 UI_error(struct PStack *st, struct sk_buff *skb) in UI_error() 354 FRMR_error(struct PStack *st, struct sk_buff *skb) in FRMR_error() 426 struct sk_buff *skb; in send_uframe() local 441 get_PollFlag(struct PStack *st, struct sk_buff *skb) in get_PollFlag() 447 get_PollFlagFree(struct PStack *st, struct sk_buff *skb) in get_PollFlagFree() 518 struct sk_buff *skb = arg; in l2_mdl_error_ua() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 41 struct sk_buff *skb; in mlx5e_alloc_rx_wqe() local 97 static void mlx5e_lro_update_hdr(struct sk_buff *skb, struct mlx5_cqe64 *cqe) in mlx5e_lro_update_hdr() 145 struct sk_buff *skb) in mlx5e_skb_set_hash() 154 static inline bool is_first_ethertype_ip(struct sk_buff *skb) in is_first_ethertype_ip() 164 struct sk_buff *skb) in mlx5e_handle_csum() 188 struct sk_buff *skb) in mlx5e_build_rx_skb() 230 struct sk_buff *skb; in mlx5e_poll_rx_cq() local
|
/linux-4.4.14/net/ieee802154/ |
D | nl-mac.c | 179 int ieee802154_associate_req(struct sk_buff *skb, struct genl_info *info) in ieee802154_associate_req() 226 int ieee802154_associate_resp(struct sk_buff *skb, struct genl_info *info) in ieee802154_associate_resp() 259 int ieee802154_disassociate_req(struct sk_buff *skb, struct genl_info *info) in ieee802154_disassociate_req() 301 int ieee802154_start_req(struct sk_buff *skb, struct genl_info *info) in ieee802154_start_req() 373 int ieee802154_scan_req(struct sk_buff *skb, struct genl_info *info) in ieee802154_scan_req() 410 int ieee802154_list_iface(struct sk_buff *skb, struct genl_info *info) in ieee802154_list_iface() 444 int ieee802154_dump_iface(struct sk_buff *skb, struct netlink_callback *cb) in ieee802154_dump_iface() 470 int ieee802154_set_macparams(struct sk_buff *skb, struct genl_info *info) in ieee802154_set_macparams() 647 int ieee802154_llsec_getparams(struct sk_buff *skb, struct genl_info *info) in ieee802154_llsec_getparams() 700 int ieee802154_llsec_setparams(struct sk_buff *skb, struct genl_info *info) in ieee802154_llsec_setparams() [all …]
|
D | nl802154.c | 251 nl802154_prepare_wpan_dev_dump(struct sk_buff *skb, in nl802154_prepare_wpan_dev_dump() 316 static inline void *nl802154hdr_put(struct sk_buff *skb, u32 portid, u32 seq, in nl802154hdr_put() 570 static int nl802154_dump_wpan_phy_parse(struct sk_buff *skb, in nl802154_dump_wpan_phy_parse() 608 nl802154_dump_wpan_phy(struct sk_buff *skb, struct netlink_callback *cb) in nl802154_dump_wpan_phy() 669 static int nl802154_get_wpan_phy(struct sk_buff *skb, struct genl_info *info) in nl802154_get_wpan_phy() 859 nl802154_dump_interface(struct sk_buff *skb, struct netlink_callback *cb) in nl802154_dump_interface() 901 static int nl802154_get_interface(struct sk_buff *skb, struct genl_info *info) in nl802154_get_interface() 920 static int nl802154_new_interface(struct sk_buff *skb, struct genl_info *info) in nl802154_new_interface() 951 static int nl802154_del_interface(struct sk_buff *skb, struct genl_info *info) in nl802154_del_interface() 971 static int nl802154_set_channel(struct sk_buff *skb, struct genl_info *info) in nl802154_set_channel() [all …]
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 174 static inline bool is_ofld_imm(const struct sk_buff *skb) in is_ofld_imm() 184 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 271 static void send_act_open_req6(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req6() 360 struct sk_buff *skb = csk->cpl_close; in send_close_req() local 378 static void abort_arp_failure(void *handle, struct sk_buff *skb) in abort_arp_failure() 394 struct sk_buff *skb = csk->cpl_abort_req; in send_abort_req() local 428 struct sk_buff *skb = csk->cpl_abort_rpl; in send_abort_rpl() local 450 struct sk_buff *skb; in send_rx_credits() local 494 static inline unsigned int calc_tx_flits_ofld(const struct sk_buff *skb) in calc_tx_flits_ofld() 530 struct sk_buff *skb; in send_tx_flowc_wr() local [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 160 int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struct sk_buff *skb) in ath6kl_wmi_dix_2_dot3() 206 static int ath6kl_wmi_meta_add(struct wmi *wmi, struct sk_buff *skb, in ath6kl_wmi_meta_add() 234 int ath6kl_wmi_data_hdr_add(struct wmi *wmi, struct sk_buff *skb, in ath6kl_wmi_data_hdr_add() 299 struct sk_buff *skb, in ath6kl_wmi_implicit_create_pstream() 388 int ath6kl_wmi_dot11_hdr_remove(struct wmi *wmi, struct sk_buff *skb) in ath6kl_wmi_dot11_hdr_remove() 454 int ath6kl_wmi_dot3_2_dix(struct sk_buff *skb) in ath6kl_wmi_dot3_2_dix() 712 struct sk_buff *skb; in ath6kl_wmi_get_new_buf() local 729 struct sk_buff *skb; in ath6kl_wmi_simple_cmd() local 763 struct sk_buff *skb; in ath6kl_wmi_set_roam_lrssi_cmd() local 787 struct sk_buff *skb; in ath6kl_wmi_force_roam_cmd() local [all …]
|
/linux-4.4.14/net/caif/ |
D | cfpkt_skbuff.c | 37 struct sk_buff skb; member 61 static inline struct cfpkt *skb_to_pkt(struct sk_buff *skb) in skb_to_pkt() 82 struct sk_buff *skb; in cfpkt_create_pfx() local 103 struct sk_buff *skb = pkt_to_skb(pkt); in cfpkt_destroy() local 109 struct sk_buff *skb = pkt_to_skb(pkt); in cfpkt_more() local 115 struct sk_buff *skb = pkt_to_skb(pkt); in cfpkt_peek_head() local 126 struct sk_buff *skb = pkt_to_skb(pkt); in cfpkt_extr_head() local 152 struct sk_buff *skb = pkt_to_skb(pkt); in cfpkt_extr_trail() local 179 struct sk_buff *skb = pkt_to_skb(pkt); in cfpkt_add_body() local 222 struct sk_buff *skb = pkt_to_skb(pkt); in cfpkt_add_head() local [all …]
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 254 struct sk_buff *skb) in rsi_send_internal_mgmt_frame() 288 struct sk_buff *skb; in rsi_load_radio_caps() local 393 struct sk_buff *skb; in rsi_mgmt_pkt_to_core() local 454 struct sk_buff *skb = NULL; in rsi_hal_send_sta_notify_frame() local 524 struct sk_buff *skb = NULL; in rsi_send_aggregation_params_frame() local 580 struct sk_buff *skb; in rsi_program_bb_rf() local 622 struct sk_buff *skb = NULL; in rsi_set_vap_capabilities() local 701 struct sk_buff *skb = NULL; in rsi_hal_load_key() local 763 struct sk_buff *skb; in rsi_load_bootup_params() local 825 struct sk_buff *skb; in rsi_send_reset_mac() local [all …]
|
/linux-4.4.14/net/rose/ |
D | rose_in.c | 39 static int rose_state1_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state1_machine() 76 static int rose_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state2_machine() 104 static int rose_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr,… in rose_state3_machine() 214 static int rose_state4_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state4_machine() 251 static int rose_state5_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state5_machine() 263 int rose_process_rx_frame(struct sock *sk, struct sk_buff *skb) in rose_process_rx_frame()
|
D | rose_link.c | 100 static int rose_send_frame(struct sk_buff *skb, struct rose_neigh *neigh) in rose_send_frame() 144 void rose_link_rx_restart(struct sk_buff *skb, struct rose_neigh *neigh, unsigned short frametype) in rose_link_rx_restart() 183 struct sk_buff *skb; in rose_transmit_restart_request() local 212 struct sk_buff *skb; in rose_transmit_restart_confirmation() local 240 struct sk_buff *skb; in rose_transmit_clear_request() local 264 void rose_transmit_link(struct sk_buff *skb, struct rose_neigh *neigh) in rose_transmit_link()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_netlink.c | 62 ctnetlink_dump_tuples_proto(struct sk_buff *skb, in ctnetlink_dump_tuples_proto() 87 ctnetlink_dump_tuples_ip(struct sk_buff *skb, in ctnetlink_dump_tuples_ip() 110 ctnetlink_dump_tuples(struct sk_buff *skb, in ctnetlink_dump_tuples() 131 ctnetlink_dump_zone_id(struct sk_buff *skb, int attrtype, in ctnetlink_dump_zone_id() 145 ctnetlink_dump_status(struct sk_buff *skb, const struct nf_conn *ct) in ctnetlink_dump_status() 156 ctnetlink_dump_timeout(struct sk_buff *skb, const struct nf_conn *ct) in ctnetlink_dump_timeout() 172 ctnetlink_dump_protoinfo(struct sk_buff *skb, struct nf_conn *ct) in ctnetlink_dump_protoinfo() 197 ctnetlink_dump_helpinfo(struct sk_buff *skb, const struct nf_conn *ct) in ctnetlink_dump_helpinfo() 228 dump_counters(struct sk_buff *skb, struct nf_conn_acct *acct, in dump_counters() 261 ctnetlink_dump_acct(struct sk_buff *skb, const struct nf_conn *ct, int type) in ctnetlink_dump_acct() [all …]
|
D | nf_conntrack_h323_main.c | 119 static int get_tpkt_data(struct sk_buff *skb, unsigned int protoff, in get_tpkt_data() 258 static int expect_rtp_rtcp(struct sk_buff *skb, struct nf_conn *ct, in expect_rtp_rtcp() 332 static int expect_t120(struct sk_buff *skb, in expect_t120() 384 static int process_h245_channel(struct sk_buff *skb, in process_h245_channel() 414 static int process_olc(struct sk_buff *skb, struct nf_conn *ct, in process_olc() 476 static int process_olca(struct sk_buff *skb, struct nf_conn *ct, in process_olca() 546 static int process_h245(struct sk_buff *skb, struct nf_conn *ct, in process_h245() 582 static int h245_help(struct sk_buff *skb, unsigned int protoff, in h245_help() 680 static int expect_h245(struct sk_buff *skb, struct nf_conn *ct, in expect_h245() 799 static int expect_callforwarding(struct sk_buff *skb, in expect_callforwarding() [all …]
|
D | xt_ecn.c | 30 static bool match_tcp(const struct sk_buff *skb, struct xt_action_param *par) in match_tcp() 66 static inline bool match_ip(const struct sk_buff *skb, in match_ip() 73 static bool ecn_mt4(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt4() 107 static inline bool match_ipv6(const struct sk_buff *skb, in match_ipv6() 115 static bool ecn_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt6()
|
D | xt_AUDIT.c | 34 static void audit_proto(struct audit_buffer *ab, struct sk_buff *skb, in audit_proto() 74 static void audit_ip4(struct audit_buffer *ab, struct sk_buff *skb) in audit_ip4() 96 static void audit_ip6(struct audit_buffer *ab, struct sk_buff *skb) in audit_ip6() 122 audit_tg(struct sk_buff *skb, const struct xt_action_param *par) in audit_tg() 182 audit_tg_ebt(struct sk_buff *skb, const struct xt_action_param *par) in audit_tg_ebt()
|
D | xt_HMARK.c | 78 hmark_ct_set_htuple(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_ct_set_htuple() 133 hmark_set_tuple_ports(const struct sk_buff *skb, unsigned int nhoff, in hmark_set_tuple_ports() 150 static int get_inner6_hdr(const struct sk_buff *skb, int *offset) in get_inner6_hdr() 166 hmark_pkt_set_htuple_ipv6(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv6() 212 hmark_tg_v6(struct sk_buff *skb, const struct xt_action_param *par) in hmark_tg_v6() 232 static int get_inner_hdr(const struct sk_buff *skb, int iphsz, int *nhoff) in get_inner_hdr() 255 hmark_pkt_set_htuple_ipv4(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv4() 293 hmark_tg_v4(struct sk_buff *skb, const struct xt_action_param *par) in hmark_tg_v4()
|
D | xt_set.c | 33 match_set(ip_set_id_t index, const struct sk_buff *skb, in match_set() 54 set_match_v0(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v0() 117 set_match_v1(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v1() 182 set_match_v3(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v3() 229 set_match_v4(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v4() 258 set_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in set_target_v0() 331 set_target_v1(struct sk_buff *skb, const struct xt_action_param *par) in set_target_v1() 400 set_target_v2(struct sk_buff *skb, const struct xt_action_param *par) in set_target_v2() 427 set_target_v3(struct sk_buff *skb, const struct xt_action_param *par) in set_target_v3()
|
D | xt_TPROXY.c | 64 tproxy_laddr4(struct sk_buff *skb, __be32 user_laddr, __be32 daddr) in tproxy_laddr4() 253 tproxy_handle_time_wait4(struct net *net, struct sk_buff *skb, in tproxy_handle_time_wait4() 285 nf_tproxy_assign_sock(struct sk_buff *skb, struct sock *sk) in nf_tproxy_assign_sock() 293 tproxy_tg4(struct net *net, struct sk_buff *skb, __be32 laddr, __be16 lport, in tproxy_tg4() 350 tproxy_tg4_v0(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v0() 358 tproxy_tg4_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v1() 368 tproxy_laddr6(struct sk_buff *skb, const struct in6_addr *user_laddr, in tproxy_laddr6() 413 tproxy_handle_time_wait6(struct sk_buff *skb, int tproto, int thoff, in tproxy_handle_time_wait6() 448 tproxy_tg6_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg6_v1()
|
/linux-4.4.14/net/x25/ |
D | x25_in.c | 37 static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in x25_queue_rx_frame() 92 static int x25_state1_machine(struct sock *sk, struct sk_buff *skb, int frametype) in x25_state1_machine() 171 static int x25_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype) in x25_state2_machine() 204 static int x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, … in x25_state3_machine() 340 static int x25_state4_machine(struct sock *sk, struct sk_buff *skb, int frametype) in x25_state4_machine() 381 int x25_process_rx_frame(struct sock *sk, struct sk_buff *skb) in x25_process_rx_frame() 411 int x25_backlog_rcv(struct sock *sk, struct sk_buff *skb) in x25_backlog_rcv()
|
D | x25_dev.c | 31 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data() 99 int x25_lapb_receive_frame(struct sk_buff *skb, struct net_device *dev, in x25_lapb_receive_frame() 153 struct sk_buff *skb; in x25_establish_link() local 182 struct sk_buff *skb; in x25_terminate_link() local 206 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
|
/linux-4.4.14/net/phonet/ |
D | pn_netlink.c | 40 struct sk_buff *skb; in phonet_address_notify() local 64 static int addr_doit(struct sk_buff *skb, struct nlmsghdr *nlh) in addr_doit() 106 static int fill_addr(struct sk_buff *skb, struct net_device *dev, u8 addr, in fill_addr() 132 static int getaddr_dumpit(struct sk_buff *skb, struct netlink_callback *cb) in getaddr_dumpit() 171 static int fill_route(struct sk_buff *skb, struct net_device *dev, u8 dst, in fill_route() 204 struct sk_buff *skb; in rtm_phonet_notify() local 229 static int route_doit(struct sk_buff *skb, struct nlmsghdr *nlh) in route_doit() 272 static int route_dumpit(struct sk_buff *skb, struct netlink_callback *cb) in route_dumpit()
|
D | pep.c | 57 static unsigned char *pep_get_sb(struct sk_buff *skb, u8 *ptype, u8 *plen, in pep_get_sb() 84 struct sk_buff *skb = alloc_skb(MAX_PNPIPE_HEADER + len, priority); in pep_alloc_skb() local 102 struct sk_buff *skb; in pep_reply() local 124 struct sk_buff *skb; in pep_indicate() local 145 struct sk_buff *skb; in pipe_handler_request() local 171 static int pep_accept_conn(struct sock *sk, struct sk_buff *skb) in pep_accept_conn() 192 static int pep_reject_conn(struct sock *sk, struct sk_buff *skb, u8 code, in pep_reject_conn() 206 struct sk_buff *skb; in pep_ctrlreq_error() local 264 static int pipe_rcv_status(struct sock *sk, struct sk_buff *skb) in pipe_rcv_status() 316 static int pipe_rcv_created(struct sock *sk, struct sk_buff *skb) in pipe_rcv_created() [all …]
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_core.c | 121 static void *ipvlan_get_L3_hdr(struct sk_buff *skb, int *type) in ipvlan_get_L3_hdr() 195 struct sk_buff *skb, *nskb; in ipvlan_process_multicast() local 265 struct sk_buff *skb = *pskb; in ipvlan_rcv_frame() local 345 static int ipvlan_process_v4_outbound(struct sk_buff *skb) in ipvlan_process_v4_outbound() 383 static int ipvlan_process_v6_outbound(struct sk_buff *skb) in ipvlan_process_v6_outbound() 421 static int ipvlan_process_outbound(struct sk_buff *skb, in ipvlan_process_outbound() 459 struct sk_buff *skb) in ipvlan_multicast_enqueue() 478 static int ipvlan_xmit_mode_l3(struct sk_buff *skb, struct net_device *dev) in ipvlan_xmit_mode_l3() 498 static int ipvlan_xmit_mode_l2(struct sk_buff *skb, struct net_device *dev) in ipvlan_xmit_mode_l2() 533 int ipvlan_queue_xmit(struct sk_buff *skb, struct net_device *dev) in ipvlan_queue_xmit() [all …]
|
/linux-4.4.14/drivers/infiniband/core/ |
D | iwpm_msg.c | 59 struct sk_buff *skb = NULL; in iwpm_register_pid() local 136 struct sk_buff *skb = NULL; in iwpm_add_mapping() local 206 struct sk_buff *skb = NULL; in iwpm_add_and_query_mapping() local 281 struct sk_buff *skb = NULL; in iwpm_remove_mapping() local 348 int iwpm_register_pid_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_register_pid_cb() 414 int iwpm_add_mapping_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_add_mapping_cb() 486 int iwpm_add_and_query_mapping_cb(struct sk_buff *skb, in iwpm_add_and_query_mapping_cb() 567 int iwpm_remote_info_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_remote_info_cb() 643 int iwpm_mapping_info_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_mapping_info_cb() 694 int iwpm_ack_mapping_info_cb(struct sk_buff *skb, struct netlink_callback *cb) in iwpm_ack_mapping_info_cb() [all …]
|
D | netlink.c | 113 void *ibnl_put_msg(struct sk_buff *skb, struct nlmsghdr **nlh, int seq, in ibnl_put_msg() 132 int ibnl_put_attr(struct sk_buff *skb, struct nlmsghdr *nlh, in ibnl_put_attr() 149 static int ibnl_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) in ibnl_rcv_msg() 193 static void ibnl_rcv_reply_skb(struct sk_buff *skb) in ibnl_rcv_reply_skb() 222 static void ibnl_rcv(struct sk_buff *skb) in ibnl_rcv() 230 int ibnl_unicast(struct sk_buff *skb, struct nlmsghdr *nlh, in ibnl_unicast() 237 int ibnl_multicast(struct sk_buff *skb, struct nlmsghdr *nlh, in ibnl_multicast()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_netlink.c | 82 static int l2tp_nl_cmd_noop(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_noop() 168 static int l2tp_nl_cmd_tunnel_create(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_tunnel_create() 266 static int l2tp_nl_cmd_tunnel_delete(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_tunnel_delete() 294 static int l2tp_nl_cmd_tunnel_modify(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_tunnel_modify() 323 static int l2tp_nl_tunnel_send(struct sk_buff *skb, u32 portid, u32 seq, int flags, in l2tp_nl_tunnel_send() 413 static int l2tp_nl_cmd_tunnel_get(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_tunnel_get() 454 static int l2tp_nl_cmd_tunnel_dump(struct sk_buff *skb, struct netlink_callback *cb) in l2tp_nl_cmd_tunnel_dump() 479 static int l2tp_nl_cmd_session_create(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_session_create() 639 static int l2tp_nl_cmd_session_delete(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_session_delete() 663 static int l2tp_nl_cmd_session_modify(struct sk_buff *skb, struct genl_info *info) in l2tp_nl_cmd_session_modify() [all …]
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_core.c | 207 __u32 saddr, __u32 daddr, struct sk_buff *skb, in ircomm_connect_request() 235 void ircomm_connect_indication(struct ircomm_cb *self, struct sk_buff *skb, in ircomm_connect_indication() 278 void ircomm_connect_confirm(struct ircomm_cb *self, struct sk_buff *skb, in ircomm_connect_confirm() 297 int ircomm_data_request(struct ircomm_cb *self, struct sk_buff *skb) in ircomm_data_request() 318 void ircomm_data_indication(struct ircomm_cb *self, struct sk_buff *skb) in ircomm_data_indication() 335 void ircomm_process_data(struct ircomm_cb *self, struct sk_buff *skb) in ircomm_process_data() 380 int ircomm_control_request(struct ircomm_cb *self, struct sk_buff *skb) in ircomm_control_request() 402 struct sk_buff *skb, int clen) in ircomm_control_indication() 454 void ircomm_disconnect_indication(struct ircomm_cb *self, struct sk_buff *skb, in ircomm_disconnect_indication()
|
D | ircomm_tty_attach.c | 392 struct sk_buff *skb) in ircomm_tty_disconnect_indication() 482 struct sk_buff *skb) in ircomm_tty_connect_confirm() 510 struct sk_buff *skb) in ircomm_tty_connect_indication() 618 struct sk_buff *skb, struct ircomm_tty_info *info) in ircomm_tty_do_event() 655 struct sk_buff *skb, in ircomm_tty_state_idle() 719 struct sk_buff *skb, in ircomm_tty_state_search() 792 struct sk_buff *skb, in ircomm_tty_state_query_parameters() 850 struct sk_buff *skb, in ircomm_tty_state_query_lsap_sel() 899 struct sk_buff *skb, in ircomm_tty_state_setup() 953 struct sk_buff *skb, in ircomm_tty_state_ready()
|
D | ircomm_event.c | 92 struct sk_buff *skb, struct ircomm_info *info) in ircomm_state_idle() 121 struct sk_buff *skb, struct ircomm_info *info) in ircomm_state_waiti() 151 struct sk_buff *skb, struct ircomm_info *info) in ircomm_state_waitr() 184 struct sk_buff *skb, struct ircomm_info *info) in ircomm_state_conn() 226 struct sk_buff *skb, struct ircomm_info *info) in ircomm_do_event()
|
D | ircomm_lmp.c | 131 static void ircomm_lmp_flow_control(struct sk_buff *skb) in ircomm_lmp_flow_control() 170 struct sk_buff *skb, in ircomm_lmp_data_request() 213 struct sk_buff *skb) in ircomm_lmp_data_indication() 240 struct sk_buff *skb) in ircomm_lmp_connect_confirm() 271 struct sk_buff *skb) in ircomm_lmp_connect_indication() 299 struct sk_buff *skb) in ircomm_lmp_disconnect_indication()
|
/linux-4.4.14/net/batman-adv/ |
D | send.c | 55 int batadv_send_skb_packet(struct sk_buff *skb, in batadv_send_skb_packet() 117 int batadv_send_skb_to_orig(struct sk_buff *skb, in batadv_send_skb_to_orig() 171 batadv_send_skb_push_fill_unicast(struct sk_buff *skb, int hdr_size, in batadv_send_skb_push_fill_unicast() 201 static bool batadv_send_skb_prepare_unicast(struct sk_buff *skb, in batadv_send_skb_prepare_unicast() 220 struct sk_buff *skb, in batadv_send_skb_prepare_unicast_4addr() 271 struct sk_buff *skb, int packet_type, in batadv_send_skb_unicast() 345 struct sk_buff *skb, int packet_type, in batadv_send_skb_via_tt_generic() 378 int batadv_send_skb_via_gw(struct batadv_priv *bat_priv, struct sk_buff *skb, in batadv_send_skb_via_gw() 444 const struct sk_buff *skb, in batadv_add_bcast_packet_to_list()
|
D | routing.c | 174 bool batadv_check_management_packet(struct sk_buff *skb, in batadv_check_management_packet() 214 struct sk_buff *skb) in batadv_recv_my_icmp_packet() 273 struct sk_buff *skb) in batadv_recv_icmp_ttl_exceeded() 320 int batadv_recv_icmp_packet(struct sk_buff *skb, in batadv_recv_icmp_packet() 416 struct sk_buff *skb, int hdr_size) in batadv_check_unicast_packet() 580 static int batadv_route_unicast_packet(struct sk_buff *skb, in batadv_route_unicast_packet() 706 struct sk_buff *skb, int hdr_len) { in batadv_check_unicast_ttvn() 820 int batadv_recv_unhandled_unicast_packet(struct sk_buff *skb, in batadv_recv_unhandled_unicast_packet() 839 int batadv_recv_unicast_packet(struct sk_buff *skb, in batadv_recv_unicast_packet() 921 int batadv_recv_unicast_tvlv(struct sk_buff *skb, in batadv_recv_unicast_tvlv() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 191 static int c4iw_l2t_send(struct c4iw_rdev *rdev, struct sk_buff *skb, in c4iw_l2t_send() 207 int c4iw_ofld_send(struct c4iw_rdev *rdev, struct sk_buff *skb) in c4iw_ofld_send() 222 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) in release_tid() 355 static struct sk_buff *get_skb(struct sk_buff *skb, int len, gfp_t gfp) in get_skb() 439 static void arp_failure_discard(void *handle, struct sk_buff *skb) in arp_failure_discard() 448 static void act_open_req_arp_failure(void *handle, struct sk_buff *skb) in act_open_req_arp_failure() 473 static void abort_arp_failure(void *handle, struct sk_buff *skb) in abort_arp_failure() 483 static void send_flowc(struct c4iw_ep *ep, struct sk_buff *skb) in send_flowc() 530 struct sk_buff *skb; in send_halfclose() local 549 static int send_abort(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort() [all …]
|
/linux-4.4.14/net/ax25/ |
D | ax25_out.c | 35 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax… in ax25_send_frame() 119 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() 214 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) in ax25_send_iframe() 246 struct sk_buff *skb, *skbn; in ax25_kick() local 329 void ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_transmit_buffer() 367 void ax25_queue_xmit(struct sk_buff *skb, struct net_device *dev) in ax25_queue_xmit()
|
D | ax25_std_in.c | 42 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state1_machine() 106 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state2_machine() 144 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state3_machine() 269 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state4_machine() 422 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
|
D | ax25_in.c | 37 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_fragment() 102 int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_iframe() 160 static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) in ax25_process_rx_frame() 186 static int ax25_rcv(struct sk_buff *skb, struct net_device *dev, in ax25_rcv() 436 int ax25_kiss_rcv(struct sk_buff *skb, struct net_device *dev, in ax25_kiss_rcv()
|
D | ax25_subr.c | 51 struct sk_buff *skb; in ax25_frames_acked() local 67 struct sk_buff *skb; in ax25_requeue_frames() local 100 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) in ax25_decode() 152 struct sk_buff *skb; in ax25_send_control() local 192 struct sk_buff *skb; in ax25_return_dm() local
|
/linux-4.4.14/include/linux/can/ |
D | skb.h | 39 static inline struct can_skb_priv *can_skb_prv(struct sk_buff *skb) in can_skb_prv() 44 static inline void can_skb_reserve(struct sk_buff *skb) in can_skb_reserve() 49 static inline void can_skb_set_owner(struct sk_buff *skb, struct sock *sk) in can_skb_set_owner() 61 static inline struct sk_buff *can_create_echo_skb(struct sk_buff *skb) in can_create_echo_skb()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nf_tables_bridge.c | 22 int nft_bridge_iphdr_validate(struct sk_buff *skb) in nft_bridge_iphdr_validate() 47 int nft_bridge_ip6hdr_validate(struct sk_buff *skb) in nft_bridge_ip6hdr_validate() 68 struct sk_buff *skb, in nft_bridge_set_pktinfo_ipv4() 78 struct sk_buff *skb, in nft_bridge_set_pktinfo_ipv6() 91 struct sk_buff *skb, in nft_do_chain_bridge()
|
/linux-4.4.14/net/netrom/ |
D | nr_in.c | 32 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in nr_queue_rx_frame() 74 static int nr_state1_machine(struct sock *sk, struct sk_buff *skb, in nr_state1_machine() 118 static int nr_state2_machine(struct sock *sk, struct sk_buff *skb, in nr_state2_machine() 149 static int nr_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype) in nr_state3_machine() 280 int nr_process_rx_frame(struct sock *sk, struct sk_buff *skb) in nr_process_rx_frame()
|
D | nr_out.c | 35 void nr_output(struct sock *sk, struct sk_buff *skb) in nr_output() 82 static void nr_send_iframe(struct sock *sk, struct sk_buff *skb) in nr_send_iframe() 102 struct sk_buff *skb, *skbn; in nr_send_nak_frame() local 128 struct sk_buff *skb, *skbn; in nr_kick() local 188 void nr_transmit_buffer(struct sock *sk, struct sk_buff *skb) in nr_transmit_buffer()
|
/linux-4.4.14/net/nfc/hci/ |
D | llc_shdlc.c | 112 #define SHDLC_DUMP_SKB(info, skb) \ argument 140 struct sk_buff *skb; in llc_shdlc_alloc_skb() local 155 struct sk_buff *skb; in llc_shdlc_send_s_frame() local 174 struct sk_buff *skb, in llc_shdlc_send_u_frame() 196 struct sk_buff *skb; in llc_shdlc_reset_t2() local 235 struct sk_buff *skb, int ns, int nr) in llc_shdlc_rcv_i_frame() 286 struct sk_buff *skb; in llc_shdlc_requeue_ack_pending() local 299 struct sk_buff *skb; in llc_shdlc_rcv_rej() local 325 struct sk_buff *skb; in llc_shdlc_rcv_s_frame() local 377 struct sk_buff *skb; in llc_shdlc_connect_initiate() local [all …]
|
/linux-4.4.14/lib/ |
D | nlattr.c | 343 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve() 367 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() 390 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve() 409 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in nla_reserve_nohdr() 428 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() 447 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in __nla_put_nohdr() 466 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put() 485 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() 504 int nla_append(struct sk_buff *skb, int attrlen, const void *data) in nla_append()
|
/linux-4.4.14/fs/afs/ |
D | rxrpc.c | 143 static void afs_data_delivered(struct sk_buff *skb) in afs_data_delivered() 160 static void afs_free_skb(struct sk_buff *skb) in afs_free_skb() 346 struct sk_buff *skb; in afs_make_call() local 428 struct sk_buff *skb) in afs_rx_interceptor() 458 struct sk_buff *skb; in afs_deliver_to_call() local 551 struct sk_buff *skb; in afs_wait_for_call_to_complete() local 668 void afs_transfer_reply(struct afs_call *call, struct sk_buff *skb) in afs_transfer_reply() 684 struct sk_buff *skb; in afs_collect_incoming_call() local 728 static int afs_deliver_cm_op_id(struct afs_call *call, struct sk_buff *skb, in afs_deliver_cm_op_id() 838 int afs_extract_data(struct afs_call *call, struct sk_buff *skb, in afs_extract_data()
|
/linux-4.4.14/net/tipc/ |
D | msg.c | 61 struct sk_buff *skb; in tipc_buf_acquire() local 202 bool tipc_msg_validate(struct sk_buff *skb) in tipc_msg_validate() 254 struct sk_buff *skb; in tipc_msg_build() local 345 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle() 392 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos) in tipc_msg_extract() 432 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle() 477 bool tipc_msg_reverse(u32 own_node, struct sk_buff **skb, int err) in tipc_msg_reverse() 532 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err) in tipc_msg_lookup_dest() 569 struct sk_buff *skb, *_skb; in tipc_msg_reassemble() local 610 struct sk_buff *skb) in __tipc_skb_queue_sorted()
|
/linux-4.4.14/drivers/nfc/microread/ |
D | i2c.c | 61 #define I2C_DUMP_SKB(info, skb) \ argument 68 static void microread_i2c_add_len_crc(struct sk_buff *skb) in microread_i2c_add_len_crc() 83 static void microread_i2c_remove_len_crc(struct sk_buff *skb) in microread_i2c_remove_len_crc() 89 static int check_crc(struct sk_buff *skb) in check_crc() 116 static int microread_i2c_write(void *phy_id, struct sk_buff *skb) in microread_i2c_write() 152 struct sk_buff **skb) in microread_i2c_read() 214 struct sk_buff *skb = NULL; in microread_i2c_irq_thread_fn() local
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 146 static void enqueue_mgmt(struct ieee80211_device *ieee, struct sk_buff *skb) in enqueue_mgmt() 221 inline void softmac_mgmt_xmit(struct sk_buff *skb, struct ieee80211_device *ieee) in softmac_mgmt_xmit() 287 inline void softmac_ps_mgmt_xmit(struct sk_buff *skb, struct ieee80211_device *ieee) in softmac_ps_mgmt_xmit() 327 struct sk_buff *skb; in ieee80211_probe_req() local 365 struct sk_buff *skb; in ieee80211_send_beacon() local 403 struct sk_buff *skb; in ieee80211_send_probe() local 645 struct sk_buff *skb; in ieee80211_authentication_req() local 692 struct sk_buff *skb = NULL; in ieee80211_probe_resp() local 842 struct sk_buff *skb; in ieee80211_assoc_resp() local 898 struct sk_buff *skb; in ieee80211_auth_resp() local [all …]
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nl.c | 86 static void drbd_adm_send_reply(struct sk_buff *skb, struct genl_info *info) in drbd_adm_send_reply() 95 static int drbd_msg_put_info(struct sk_buff *skb, const char *info) in drbd_msg_put_info() 129 struct sk_buff *skb, struct genl_info *info, unsigned flags) in drbd_adm_prepare() 714 int drbd_adm_set_role(struct sk_buff *skb, struct genl_info *info) in drbd_adm_set_role() 1314 int drbd_adm_disk_opts(struct sk_buff *skb, struct genl_info *info) in drbd_adm_disk_opts() 1452 int drbd_adm_attach(struct sk_buff *skb, struct genl_info *info) in drbd_adm_attach() 1928 int drbd_adm_detach(struct sk_buff *skb, struct genl_info *info) in drbd_adm_detach() 2126 int drbd_adm_net_opts(struct sk_buff *skb, struct genl_info *info) in drbd_adm_net_opts() 2248 int drbd_adm_connect(struct sk_buff *skb, struct genl_info *info) in drbd_adm_connect() 2435 int drbd_adm_disconnect(struct sk_buff *skb, struct genl_info *info) in drbd_adm_disconnect() [all …]
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | packet_history.c | 111 const struct sk_buff *skb, in tfrc_rx_hist_entry_from_skb() 124 const struct sk_buff *skb, in tfrc_rx_hist_add_packet() 133 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb) in tfrc_rx_hist_duplicate() 167 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss() 178 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss() 215 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3) in __two_after_loss() 328 struct sk_buff *skb, const u64 ndp, in tfrc_rx_handle_loss() 404 u32 tfrc_rx_hist_sample_rtt(struct tfrc_rx_hist *h, const struct sk_buff *skb) in tfrc_rx_hist_sample_rtt()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.c | 21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, in htc_issue_send() 147 struct sk_buff *skb; in htc_config_pipe_credits() local 186 struct sk_buff *skb; in htc_setup_complete() local 238 struct sk_buff *skb; in htc_connect_service() local 294 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send() 302 int htc_send_epid(struct htc_target *target, struct sk_buff *skb, in htc_send_epid() 324 struct sk_buff *skb, bool txok) in ath9k_htc_txcompletion_cb() 361 struct sk_buff *skb) in ath9k_htc_fw_panic_report() 398 struct sk_buff *skb, u32 len, u8 pipe_id) in ath9k_htc_rx_msg()
|
D | htc_drv_txrx.c | 158 struct sk_buff *skb) in strip_drv_header() 216 struct sk_buff *skb, in ath9k_htc_tx_mgmt() 262 struct sk_buff *skb, in ath9k_htc_tx_data() 337 struct sk_buff *skb, in ath9k_htc_tx_start() 402 struct sk_buff *skb) in ath9k_htc_check_tx_aggr() 441 struct sk_buff *skb, in ath9k_htc_tx_process() 527 struct sk_buff *skb; in ath9k_htc_tx_drainq() local 588 struct sk_buff *skb, in check_cookie() 618 struct sk_buff *skb, *tmp; in ath9k_htc_tx_get_packet() local 646 struct sk_buff *skb; in ath9k_htc_txstatus() local [all …]
|
/linux-4.4.14/drivers/net/wan/ |
D | hdlc_x25.c | 33 struct sk_buff *skb; in x25_connect_disconnect() local 64 static int x25_data_indication(struct net_device *dev, struct sk_buff *skb) in x25_data_indication() 82 static void x25_data_transmit(struct net_device *dev, struct sk_buff *skb) in x25_data_transmit() 90 static netdev_tx_t x25_xmit(struct sk_buff *skb, struct net_device *dev) in x25_xmit() 162 static int x25_rx(struct sk_buff *skb) in x25_rx()
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | netdev.c | 56 struct sk_buff *skb; in bnep_net_set_mc_list() local 122 static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_mc_filter() 134 static u16 bnep_net_eth_proto(struct sk_buff *skb) in bnep_net_eth_proto() 148 static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_proto_filter() 164 static netdev_tx_t bnep_net_xmit(struct sk_buff *skb, in bnep_net_xmit()
|
/linux-4.4.14/security/selinux/include/ |
D | xfrm.h | 62 static inline int selinux_xfrm_sock_rcv_skb(u32 sk_sid, struct sk_buff *skb, in selinux_xfrm_sock_rcv_skb() 68 static inline int selinux_xfrm_postroute_last(u32 sk_sid, struct sk_buff *skb, in selinux_xfrm_postroute_last() 75 static inline int selinux_xfrm_decode_session(struct sk_buff *skb, u32 *sid, in selinux_xfrm_decode_session() 86 static inline int selinux_xfrm_skb_sid(struct sk_buff *skb, u32 *sid) in selinux_xfrm_skb_sid()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 131 static void enqueue_mgmt(struct rtllib_device *ieee, struct sk_buff *skb) in enqueue_mgmt() 203 inline void softmac_mgmt_xmit(struct sk_buff *skb, struct rtllib_device *ieee) in softmac_mgmt_xmit() 279 inline void softmac_ps_mgmt_xmit(struct sk_buff *skb, in softmac_ps_mgmt_xmit() 338 struct sk_buff *skb; in rtllib_probe_req() local 379 struct sk_buff *skb; in rtllib_send_beacon() local 479 struct sk_buff *skb; in rtllib_send_probe() local 777 struct sk_buff *skb; in rtllib_authentication_req() local 821 struct sk_buff *skb = NULL; in rtllib_probe_resp() local 967 struct sk_buff *skb; in rtllib_assoc_resp() local 1027 struct sk_buff *skb = NULL; in rtllib_auth_resp() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 550 static inline void mk_tid_release(struct sk_buff *skb, unsigned int tid) in mk_tid_release() 564 struct sk_buff *skb; in t3_process_tid_release_list() local 635 struct sk_buff *skb; in cxgb3_remove_tid() local 706 static int do_smt_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_smt_write_rpl() 717 static int do_l2t_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_l2t_write_rpl() 728 static int do_rte_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_rte_write_rpl() 739 static int do_act_open_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_act_open_rpl() 759 static int do_stid_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_stid_rpl() 777 static int do_hwtid_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_hwtid_rpl() 795 static int do_cr(struct t3cdev *dev, struct sk_buff *skb) in do_cr() [all …]
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | dep.c | 128 struct sk_buff *skb; in st21nfca_tx_work() local 145 struct sk_buff *skb) in st21nfca_im_send_pdu() 155 struct sk_buff *skb; in st21nfca_tm_send_atr_res() local 200 struct sk_buff *skb) in st21nfca_tm_recv_atr_req() 246 struct sk_buff *skb; in st21nfca_tm_send_psl_res() local 289 struct sk_buff *skb) in st21nfca_tm_recv_psl_req() 313 int st21nfca_tm_send_dep_res(struct nfc_hci_dev *hdev, struct sk_buff *skb) in st21nfca_tm_send_dep_res() 332 struct sk_buff *skb) in st21nfca_tm_recv_dep_req() 381 struct sk_buff *skb) in st21nfca_tm_event_send_data() 415 u8 event, struct sk_buff *skb) in st21nfca_dep_event_received() [all …]
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | util.h | 53 static inline struct mwifiex_rxinfo *MWIFIEX_SKB_RXCB(struct sk_buff *skb) in MWIFIEX_SKB_RXCB() 61 static inline struct mwifiex_txinfo *MWIFIEX_SKB_TXCB(struct sk_buff *skb) in MWIFIEX_SKB_TXCB() 68 static inline void mwifiex_store_mapping(struct sk_buff *skb, in mwifiex_store_mapping() 76 static inline void mwifiex_get_mapping(struct sk_buff *skb, in mwifiex_get_mapping() 84 static inline dma_addr_t MWIFIEX_SKB_DMA_ADDR(struct sk_buff *skb) in MWIFIEX_SKB_DMA_ADDR()
|