Searched defs:skb (Results 176 - 200 of 1572) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irlan/
H A Dirlan_client_event.c77 irlan_do_client_event(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
92 irlan_client_state_idle(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
136 irlan_client_state_query(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
189 irlan_client_state_conn(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
224 irlan_client_state_info(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
266 irlan_client_state_media(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
303 irlan_client_state_open(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
376 irlan_client_state_wait(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
405 irlan_client_state_arb(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
462 irlan_client_state_data(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
494 irlan_client_state_close(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
511 irlan_client_state_sync(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirnetlink.c49 static int irda_nl_set_mode(struct sk_buff *skb, struct genl_info *info) argument
79 static int irda_nl_get_mode(struct sk_buff *skb, struct genl_info *info) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/lapb/
H A Dlapb_out.c41 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) argument
74 struct sk_buff *skb, *skbn; local
120 lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type) argument
[all...]
H A Dlapb_subr.c52 struct sk_buff *skb; local
70 struct sk_buff *skb, *skb_prev = NULL; local
110 int lapb_decode(struct lapb_cb *lapb, struct sk_buff *skb, argument
232 struct sk_buff *skb; local
268 struct sk_buff *skb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_core.c91 llc_sap_open(unsigned char lsap, int (*func)(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)) argument
H A Dllc_s_ac.c37 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb) argument
52 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb) argument
75 llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb) argument
97 llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb) argument
129 llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb) argument
143 llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb) argument
177 llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb) argument
190 llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb) argument
204 llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_generic.c17 static bool generic_pkt_to_tuple(const struct sk_buff *skb, argument
56 static bool new(struct nf_conn *ct, const struct sk_buff *skb, argument
44 packet(struct nf_conn *ct, const struct sk_buff *skb, unsigned int dataoff, enum ip_conntrack_info ctinfo, u_int8_t pf, unsigned int hooknum) argument
H A Dnf_conntrack_tftp.c38 static int tftp_help(struct sk_buff *skb, argument
H A Dxt_DSCP.c31 dscp_tg(struct sk_buff *skb, const struct xt_action_param *par) argument
48 dscp_tg6(struct sk_buff *skb, const struct xt_action_param *par) argument
75 tos_tg(struct sk_buff *skb, const struct xt_action_param *par) argument
95 tos_tg6(struct sk_buff *skb, const struct xt_action_param *par) argument
[all...]
H A Dxt_NFQUEUE.c34 nfqueue_tg(struct sk_buff *skb, const struct xt_action_param *par) argument
41 static u32 hash_v4(const struct sk_buff *skb) argument
53 static u32 hash_v6(const struct sk_buff *skb) argument
68 nfqueue_tg_v1(struct sk_buff *skb, const struct xt_action_param *par) argument
85 nfqueue_tg_v2(struct sk_buff *skb, const struct xt_action_param *par) argument
[all...]
H A Dxt_TCPOPTSTRIP.c32 tcpoptstrip_mangle_packet(struct sk_buff *skb, argument
77 tcpoptstrip_tg4(struct sk_buff *skb, const struct xt_action_param *par) argument
85 tcpoptstrip_tg6(struct sk_buff *skb, const struct xt_action_param *par) argument
[all...]
H A Dxt_connbytes.c21 connbytes_mt(const struct sk_buff *skb, struct xt_action_param *par) argument
H A Dxt_u32.c89 static bool u32_mt(const struct sk_buff *skb, struct xt_action_param *par) argument
16 u32_match_it(const struct xt_u32 *data, const struct sk_buff *skb) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Dnr_in.c33 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) argument
75 static int nr_state1_machine(struct sock *sk, struct sk_buff *skb, argument
119 nr_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
150 nr_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
281 nr_process_rx_frame(struct sock *sk, struct sk_buff *skb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Drose_loopback.c35 int rose_loopback_queue(struct sk_buff *skb, struct rose_neigh *neigh) argument
68 struct sk_buff *skb; local
105 struct sk_buff *skb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dem_nbyte.c44 static int em_nbyte_match(struct sk_buff *skb, struct tcf_ematch *em, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsocklib.c152 int csum_partial_copy_to_xdr(struct xdr_buf *xdr, struct sk_buff *skb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_dev.c29 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) argument
94 x25_lapb_receive_frame(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) argument
145 struct sk_buff *skb; local
174 struct sk_buff *skb; local
198 x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetlink.c71 struct sk_buff *skb; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dfddi.c53 static int fddi_header(struct sk_buff *skb, struct net_device *dev, argument
98 static int fddi_rebuild_header(struct sk_buff *skb) argument
123 __be16 fddi_type_trans(struct sk_buff *skb, struc argument
[all...]
H A Dhippi.c47 static int hippi_header(struct sk_buff *skb, struct net_device *dev, argument
99 static int hippi_rebuild_header(struct sk_buff *skb) argument
125 __be16 hippi_type_trans(struct sk_buff *skb, struct net_device *dev) argument
[all...]
H A Dpsnap.c49 static int snap_rcv(struct sk_buff *skb, struct net_device *dev, argument
85 snap_request(struct datalink_proto *dl, struct sk_buff *skb, u8 *dest) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlan_core.c8 int __vlan_hwaccel_rx(struct sk_buff *skb, struct vlan_group *grp, argument
41 vlan_hwaccel_do_receive(struct sk_buff *skb) argument
100 vlan_gro_common(struct napi_struct *napi, struct vlan_group *grp, unsigned int vlan_tci, struct sk_buff *skb) argument
136 vlan_gro_receive(struct napi_struct *napi, struct vlan_group *grp, unsigned int vlan_tci, struct sk_buff *skb) argument
152 struct sk_buff *skb = napi_frags_skb(napi); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_ds_subr.c124 struct sk_buff *skb; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_stp_bpdu.c35 struct sk_buff *skb; local
136 br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, struct net_device *dev) argument
[all...]

Completed in 188 milliseconds

1234567891011>>