Searched refs:sk_buff (Results 351 - 375 of 1357) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Doptions.c58 int dccp_parse_options(struct sock *sk, struct sk_buff *skb)
286 int dccp_insert_option(struct sock *sk, struct sk_buff *skb,
307 static int dccp_insert_option_ndp(struct sock *sk, struct sk_buff *skb)
341 int dccp_insert_option_elapsed_time(struct sock *sk, struct sk_buff *skb,
389 int dccp_insert_option_timestamp(struct sock *sk, struct sk_buff *skb)
405 struct sk_buff *skb)
446 static int dccp_insert_feat_opt(struct sk_buff *skb, u8 type, u8 feat,
472 static int dccp_insert_options_feat(struct sock *sk, struct sk_buff *skb)
531 int dccp_insert_options(struct sock *sk, struct sk_buff *skb)
H A Dminisocks.c94 const struct sk_buff *skb)
189 struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
260 struct sk_buff *skb)
287 void dccp_reqsk_send_ack(struct sk_buff *skb, struct request_sock *rsk)
294 void dccp_reqsk_init(struct request_sock *req, struct sk_buff *skb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dmip6.c61 static inline void mip6_param_prob(struct sk_buff *skb, int code, int pos)
89 int mip6_mh_filter(struct sock *sk, struct sk_buff *skb)
131 static int mip6_destopt_input(struct xfrm_state *x, struct sk_buff *skb)
147 static int mip6_destopt_output(struct xfrm_state *x, struct sk_buff *skb)
205 static int mip6_destopt_reject(struct xfrm_state *x, struct sk_buff *skb, struct flowi *fl)
256 static int mip6_destopt_offset(struct xfrm_state *x, struct sk_buff *skb,
342 static int mip6_rthdr_input(struct xfrm_state *x, struct sk_buff *skb)
356 static int mip6_rthdr_output(struct xfrm_state *x, struct sk_buff *skb)
383 static int mip6_rthdr_offset(struct xfrm_state *x, struct sk_buff *skb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.c57 static struct sk_buff *msg_queue_head = NULL;
58 static struct sk_buff *msg_queue_tail = NULL;
65 static struct sk_buff* port_build_self_abort_msg(struct port *,u32 err);
66 static struct sk_buff* port_build_peer_abort_msg(struct port *,u32 err);
102 struct sk_buff *buf;
103 struct sk_buff *ibuf = NULL;
164 void tipc_port_recv_mcast(struct sk_buff *buf, struct port_list *dp)
195 struct sk_buff *b = skb_clone(buf, GFP_ATOMIC);
221 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *),
272 struct sk_buff *bu
[all...]
H A Ddiscover.c67 struct sk_buff *buf;
95 static struct sk_buff *tipc_disc_init_msg(u32 type,
100 struct sk_buff *buf = buf_acquire(DSC_H_SIZE);
143 void tipc_disc_recv_msg(struct sk_buff *buf)
177 struct sk_buff *rbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Drfc1051.c37 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev);
40 static int build_header(struct sk_buff *skb, struct net_device *dev,
89 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev)
129 struct sk_buff *skb;
169 static int build_header(struct sk_buff *skb, struct net_device *dev,
H A Darc-rawmode.c40 static int build_header(struct sk_buff *skb, struct net_device *dev,
91 struct sk_buff *skb;
136 static int build_header(struct sk_buff *skb, struct net_device *dev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h118 struct sk_buff *rx_head; /* offload packet receive queue head */
119 struct sk_buff *rx_tail; /* offload packet receive queue tail */
267 int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb);
278 int t3_eth_xmit(struct sk_buff *skb, struct net_device *dev);
279 int t3_mgmt_tx(struct adapter *adap, struct sk_buff *skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_subr.c51 struct sk_buff *skb;
67 struct sk_buff *skb, *skb_prev = NULL;
105 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf)
157 struct sk_buff *skb;
197 struct sk_buff *skb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dnetdev.c79 struct sk_buff *skb;
145 static inline int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s)
157 static inline u16 bnep_net_eth_proto(struct sk_buff *skb)
171 static inline int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s)
187 static int bnep_net_xmit(struct sk_buff *skb, struct net_device *dev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_dev.c43 int nr_rx_ip(struct sk_buff *skb, struct net_device *dev)
70 static int nr_rebuild_header(struct sk_buff *skb)
91 static int nr_rebuild_header(struct sk_buff *skb)
98 static int nr_header(struct sk_buff *skb, struct net_device *dev, unsigned short type,
171 static int nr_xmit(struct sk_buff *skb, struct net_device *dev)
H A Dnr_subr.c52 struct sk_buff *skb;
73 struct sk_buff *skb, *skb_prev = NULL;
125 struct sk_buff *skb;
214 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags)
216 struct sk_buff *skbn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_event.c56 static void hci_cc_link_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb)
92 static void hci_cc_link_policy(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb)
150 static void hci_cc_host_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb)
308 static void hci_cc_info_param(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb)
574 static inline void hci_inquiry_complete_evt(struct hci_dev *hdev, struct sk_buff *skb)
594 static inline void hci_inquiry_result_evt(struct hci_dev *hdev, struct sk_buff *skb)
623 static inline void hci_inquiry_result_with_rssi_evt(struct hci_dev *hdev, struct sk_buff *skb)
671 static inline void hci_extended_inquiry_result_evt(struct hci_dev *hdev, struct sk_buff *skb)
700 static inline void hci_conn_request_evt(struct hci_dev *hdev, struct sk_buff *skb)
749 static inline void hci_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dl3_1tr6.c33 struct sk_buff *skb;
55 struct sk_buff *skb = arg;
62 l3_1tr6_error(struct l3_process *pc, u_char *msg, struct sk_buff *skb)
73 struct sk_buff *skb;
165 struct sk_buff *skb = arg;
234 struct sk_buff *skb = arg;
262 struct sk_buff *skb = arg;
293 struct sk_buff *skb = arg;
307 struct sk_buff *skb = arg;
333 struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_common.c109 static int __irlan_insert_param(struct sk_buff *skb, char *param, int type,
320 struct sk_buff *skb)
367 struct sk_buff *skb)
412 struct sk_buff *userdata)
592 struct sk_buff *skb;
624 static void irlan_ctrl_data_request(struct irlan_cb *self, struct sk_buff *skb)
643 struct sk_buff *skb;
676 struct sk_buff *skb;
711 struct sk_buff *skb;
752 struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.h52 extern int isdn_net_rcv_skb(int, struct sk_buff *);
54 extern void isdn_net_writebuf_skb(isdn_net_local *lp, struct sk_buff *skb);
55 extern void isdn_net_write_super(isdn_net_local *lp, struct sk_buff *skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_core.h165 struct sk_buff *rx_sg_skb; /* 1 */
175 struct sk_buff *tx_skb[NUM_TX_BUFF];
176 struct sk_buff *rx_skb[NUM_RX_BUFF];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datalk.h102 static __inline__ struct ddpehdr *ddp_hdr(struct sk_buff *skb)
130 static __inline__ struct elapaarp *aarp_hdr(struct sk_buff *skb)
163 struct sk_buff *skb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dfddi.c53 static int fddi_header(struct sk_buff *skb, struct net_device *dev,
95 * this sk_buff. We now let ARP fill in the other fields.
98 static int fddi_rebuild_header(struct sk_buff *skb)
123 __be16 fddi_type_trans(struct sk_buff *skb, struct net_device *dev)
H A Dhippi.c47 static int hippi_header(struct sk_buff *skb, struct net_device *dev,
96 * completed on this sk_buff. We now let ARP fill in the other fields.
99 static int hippi_rebuild_header(struct sk_buff *skb)
125 __be16 hippi_type_trans(struct sk_buff *skb, struct net_device *dev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ECN.c29 set_ect_ip(struct sk_buff **pskb, const struct ipt_ECN_info *einfo)
48 set_ect_tcp(struct sk_buff **pskb, const struct ipt_ECN_info *einfo)
81 target(struct sk_buff **pskb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtunnel4.c74 static int tunnel4_rcv(struct sk_buff *skb)
93 static int tunnel64_rcv(struct sk_buff *skb)
112 static void tunnel4_err(struct sk_buff *skb, u32 info)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_if.c41 int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb)
82 struct sk_buff *skb;
128 struct sk_buff *skb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_dccp.c36 const struct sk_buff *skb,
88 match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff,
95 match(const struct sk_buff *skb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_unlabeled.c117 static int netlbl_unlabel_accept(struct sk_buff *skb, struct genl_info *info)
144 static int netlbl_unlabel_list(struct sk_buff *skb, struct genl_info *info)
147 struct sk_buff *ans_skb;

Completed in 215 milliseconds

<<11121314151617181920>>