/linux-3.3/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_station.c | 85 llc_station_ev(struct sk_buff *skb) in llc_station_ev() 114 static int llc_stat_ev_enable_with_dup_addr_check(struct sk_buff *skb) in llc_stat_ev_enable_with_dup_addr_check() 123 static int llc_stat_ev_enable_without_dup_addr_check(struct sk_buff *skb) in llc_stat_ev_enable_without_dup_addr_check() 132 static int llc_stat_ev_ack_tmr_exp_lt_retry_cnt_max_retry(struct sk_buff *skb) in llc_stat_ev_ack_tmr_exp_lt_retry_cnt_max_retry() 141 static int llc_stat_ev_ack_tmr_exp_eq_retry_cnt_max_retry(struct sk_buff *skb) in llc_stat_ev_ack_tmr_exp_eq_retry_cnt_max_retry() 150 static int llc_stat_ev_rx_null_dsap_xid_c(struct sk_buff *skb) in llc_stat_ev_rx_null_dsap_xid_c() 162 static int llc_stat_ev_rx_null_dsap_0_xid_r_xid_r_cnt_eq(struct sk_buff *skb) in llc_stat_ev_rx_null_dsap_0_xid_r_xid_r_cnt_eq() 175 static int llc_stat_ev_rx_null_dsap_1_xid_r_xid_r_cnt_eq(struct sk_buff *skb) in llc_stat_ev_rx_null_dsap_1_xid_r_xid_r_cnt_eq() 188 static int llc_stat_ev_rx_null_dsap_test_c(struct sk_buff *skb) in llc_stat_ev_rx_null_dsap_test_c() 200 static int llc_stat_ev_disable_req(struct sk_buff *skb) in llc_stat_ev_disable_req() [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 | 55 struct sk_buff *skb; in llc_alloc_frame() local 73 void llc_save_primitive(struct sock *sk, struct sk_buff* skb, u8 prim) in llc_save_primitive() 95 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu() 121 struct sk_buff* skb) in llc_find_sap_trans() 150 struct sk_buff *skb) in llc_exec_sap_trans_actions() 170 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state() 205 static void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_state_process() 242 struct sk_buff *skb, u8 *dmac, u8 dsap) in llc_build_and_send_test_pkt() 267 void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb, in llc_build_and_send_xid_pkt() 290 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv() [all …]
|
/linux-3.3/net/bridge/ |
D | br_forward.c | 31 const struct sk_buff *skb) in should_deliver() 37 static inline unsigned packet_length(const struct sk_buff *skb) in packet_length() 42 int br_dev_queue_push_xmit(struct sk_buff *skb) in br_dev_queue_push_xmit() 56 int br_forward_finish(struct sk_buff *skb) in br_forward_finish() 63 static void __br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in __br_deliver() 81 static void __br_forward(const struct net_bridge_port *to, struct sk_buff *skb) in __br_forward() 99 void br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in br_deliver() 110 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb, struct sk_buff *skb0) in br_forward() 125 struct sk_buff *skb, in deliver_clone() 143 struct sk_buff *skb, in maybe_deliver() [all …]
|
D | br_netfilter.c | 45 #define skb_origaddr(skb) (((struct bridge_skb_cb *) \ argument 47 #define store_orig_dstaddr(skb) (skb_origaddr(skb) = ip_hdr(skb)->daddr) argument 48 #define dnat_took_place(skb) (skb_origaddr(skb) != ip_hdr(skb)->daddr) argument 65 #define IS_IP(skb) \ argument 68 #define IS_IPV6(skb) \ argument 71 #define IS_ARP(skb) \ argument 74 static inline __be16 vlan_proto(const struct sk_buff *skb) in vlan_proto() 84 #define IS_VLAN_IP(skb) \ argument 88 #define IS_VLAN_IPV6(skb) \ argument 92 #define IS_VLAN_ARP(skb) \ argument [all …]
|
/linux-3.3/include/linux/ |
D | skbuff.h | 508 static inline struct dst_entry *skb_dst(const struct sk_buff *skb) in skb_dst() 527 static inline void skb_dst_set(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set() 538 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref() 543 static inline struct rtable *skb_rtable(const struct sk_buff *skb) in skb_rtable() 621 static inline __u32 skb_get_rxhash(struct sk_buff *skb) in skb_get_rxhash() 630 static inline unsigned char *skb_end_pointer(const struct sk_buff *skb) in skb_end_pointer() 635 static inline unsigned char *skb_end_pointer(const struct sk_buff *skb) in skb_end_pointer() 644 static inline struct skb_shared_hwtstamps *skb_hwtstamps(struct sk_buff *skb) in skb_hwtstamps() 668 const struct sk_buff *skb) in skb_queue_is_last() 681 const struct sk_buff *skb) in skb_queue_is_first() [all …]
|
/linux-3.3/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() 410 struct sk_buff *skb, in irlap_recv_discovery_xid_rsp() 486 struct sk_buff *skb, in irlap_recv_discovery_xid_cmd() 638 struct sk_buff *skb, in irlap_recv_rr_frame() 656 static void irlap_recv_rnr_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_rnr_frame() 669 static void irlap_recv_rej_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_rej_frame() 683 static void irlap_recv_srej_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_srej_frame() 697 static void irlap_recv_disc_frame(struct irlap_cb *self, struct sk_buff *skb, in irlap_recv_disc_frame() [all …]
|
D | irlap_event.c | 238 struct sk_buff *skb, struct irlap_info *info) in irlap_do_event() 327 struct sk_buff *skb, struct irlap_info *info) in irlap_state_ndm() 559 struct sk_buff *skb, struct irlap_info *info) in irlap_state_query() 670 struct sk_buff *skb, struct irlap_info *info) in irlap_state_reply() 738 struct sk_buff *skb, struct irlap_info *info) in irlap_state_conn() 832 struct sk_buff *skb, struct irlap_info *info) in irlap_state_setup() 968 struct sk_buff *skb, struct irlap_info *info) in irlap_state_offline() 984 struct sk_buff *skb, struct irlap_info *info) in irlap_state_xmit_p() 1138 struct sk_buff *skb, struct irlap_info *info) in irlap_state_pclose() 1195 struct sk_buff *skb, struct irlap_info *info) in irlap_state_nrm_p() [all …]
|
/linux-3.3/net/bluetooth/ |
D | hci_event.c | 52 static void hci_cc_inquiry_cancel(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_inquiry_cancel() 76 static void hci_cc_exit_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_exit_periodic_inq() 88 static void hci_cc_remote_name_req_cancel(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_remote_name_req_cancel() 93 static void hci_cc_role_discovery(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_role_discovery() 116 static void hci_cc_read_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_link_policy() 135 static void hci_cc_write_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_link_policy() 159 static void hci_cc_read_def_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_def_link_policy() 171 static void hci_cc_write_def_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_def_link_policy() 188 static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_reset() 201 static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_local_name() [all …]
|
/linux-3.3/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 …]
|
/linux-3.3/net/openvswitch/ |
D | actions.c | 40 static int make_writable(struct sk_buff *skb, int write_len) in make_writable() 49 static int __pop_vlan_tci(struct sk_buff *skb, __be16 *current_tci) in __pop_vlan_tci() 75 static int pop_vlan(struct sk_buff *skb) in pop_vlan() 104 static int push_vlan(struct sk_buff *skb, const struct ovs_action_push_vlan *vlan) in push_vlan() 124 static int set_eth_addr(struct sk_buff *skb, in set_eth_addr() 138 static void set_ip_addr(struct sk_buff *skb, struct iphdr *nh, in set_ip_addr() 165 static void set_ip_ttl(struct sk_buff *skb, struct iphdr *nh, u8 new_ttl) in set_ip_ttl() 171 static int set_ipv4(struct sk_buff *skb, const struct ovs_key_ipv4 *ipv4_key) in set_ipv4() 199 static void set_tp_port(struct sk_buff *skb, __be16 *port, in set_tp_port() 207 static void set_udp_port(struct sk_buff *skb, __be16 *port, __be16 new_port) in set_udp_port() [all …]
|
/linux-3.3/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() 137 struct sk_buff *skb) in irlan_client_state_query() 190 struct sk_buff *skb) in irlan_client_state_conn() 225 struct sk_buff *skb) in irlan_client_state_info() 267 struct sk_buff *skb) in irlan_client_state_media() 304 struct sk_buff *skb) in irlan_client_state_open() 377 struct sk_buff *skb) in irlan_client_state_wait() 406 struct sk_buff *skb) in irlan_client_state_arb() 463 struct sk_buff *skb) in irlan_client_state_data() [all …]
|
/linux-3.3/net/ipv6/ |
D | xfrm6_output.c | 23 int xfrm6_find_1stfragopt(struct xfrm_state *x, struct sk_buff *skb, in xfrm6_find_1stfragopt() 31 static int xfrm6_local_dontfrag(struct sk_buff *skb) in xfrm6_local_dontfrag() 46 static void xfrm6_local_rxpmtu(struct sk_buff *skb, u32 mtu) in xfrm6_local_rxpmtu() 57 static void xfrm6_local_error(struct sk_buff *skb, u32 mtu) in xfrm6_local_error() 68 static int xfrm6_tunnel_check_size(struct sk_buff *skb) in xfrm6_tunnel_check_size() 92 int xfrm6_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_output() 105 int xfrm6_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_prepare_output() 125 int xfrm6_output_finish(struct sk_buff *skb) in xfrm6_output_finish() 135 static int __xfrm6_output(struct sk_buff *skb) in __xfrm6_output() 157 int xfrm6_output(struct sk_buff *skb) in xfrm6_output()
|
/linux-3.3/net/core/ |
D | skbuff.c | 121 static void skb_over_panic(struct sk_buff *skb, int sz, void *here) in skb_over_panic() 140 static void skb_under_panic(struct sk_buff *skb, int sz, void *here) in skb_under_panic() 176 struct sk_buff *skb; in __alloc_skb() local 266 struct sk_buff *skb; in build_skb() local 312 struct sk_buff *skb; in __netdev_alloc_skb() local 323 void skb_add_rx_frag(struct sk_buff *skb, int i, struct page *page, int off, in skb_add_rx_frag() 368 static inline void skb_drop_fraglist(struct sk_buff *skb) in skb_drop_fraglist() 373 static void skb_clone_fraglist(struct sk_buff *skb) in skb_clone_fraglist() 381 static void skb_release_data(struct sk_buff *skb) in skb_release_data() 414 static void kfree_skbmem(struct sk_buff *skb) in kfree_skbmem() [all …]
|
/linux-3.3/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-3.3/net/sched/ |
D | cls_flow.c | 71 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src() 78 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst() 85 static u32 flow_get_proto(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto() 90 static u32 flow_get_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_src() 98 static u32 flow_get_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_dst() 106 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif() 111 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority() 116 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark() 121 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct() 131 #define CTTUPLE(skb, member) \ argument [all …]
|
/linux-3.3/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 …]
|
/linux-3.3/include/net/ |
D | netlink.h | 491 static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, in nlmsg_put() 511 static inline struct nlmsghdr *nlmsg_put_answer(struct sk_buff *skb, in nlmsg_put_answer() 544 static inline int nlmsg_end(struct sk_buff *skb, struct nlmsghdr *nlh) in nlmsg_end() 557 static inline void *nlmsg_get_pos(struct sk_buff *skb) in nlmsg_get_pos() 569 static inline void nlmsg_trim(struct sk_buff *skb, const void *mark) in nlmsg_trim() 583 static inline void nlmsg_cancel(struct sk_buff *skb, struct nlmsghdr *nlh) in nlmsg_cancel() 592 static inline void nlmsg_free(struct sk_buff *skb) in nlmsg_free() 605 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() 625 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 pid) in nlmsg_unicast() 793 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8() [all …]
|
/linux-3.3/net/decnet/ |
D | dn_nsp_in.c | 82 static void dn_log_martian(struct sk_buff *skb, const char *msg) in dn_log_martian() 98 static void dn_ack(struct sock *sk, struct sk_buff *skb, unsigned short ack) in dn_ack() 134 static int dn_process_ack(struct sock *sk, struct sk_buff *skb, int oth) in dn_process_ack() 223 static struct sock *dn_find_listener(struct sk_buff *skb, unsigned short *reason) in dn_find_listener() 330 static void dn_nsp_conn_init(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_init() 342 static void dn_nsp_conn_conf(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_conf() 385 static void dn_nsp_conn_ack(struct sock *sk, struct sk_buff *skb) in dn_nsp_conn_ack() 397 static void dn_nsp_disc_init(struct sock *sk, struct sk_buff *skb) in dn_nsp_disc_init() 465 static void dn_nsp_disc_conf(struct sock *sk, struct sk_buff *skb) in dn_nsp_disc_conf() 509 static void dn_nsp_linkservice(struct sock *sk, struct sk_buff *skb) in dn_nsp_linkservice() [all …]
|
/linux-3.3/net/xfrm/ |
D | xfrm_output.c | 24 static int xfrm_state_check_space(struct xfrm_state *x, struct sk_buff *skb) in xfrm_state_check_space() 41 static int xfrm_output_one(struct sk_buff *skb, int err) in xfrm_output_one() 114 int xfrm_output_resume(struct sk_buff *skb, int err) in xfrm_output_resume() 141 static int xfrm_output2(struct sk_buff *skb) in xfrm_output2() 146 static int xfrm_output_gso(struct sk_buff *skb) in xfrm_output_gso() 177 int xfrm_output(struct sk_buff *skb) in xfrm_output() 197 int xfrm_inner_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm_inner_extract_output()
|