Searched refs:oskb (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpep.c85 static int pep_reply(struct sock *sk, struct sk_buff *oskb, argument
88 const struct pnpipehdr *oph = pnp_hdr(oskb);
142 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, argument
145 const struct pnpipehdr *oph = pnp_hdr(oskb);
167 pn_skb_get_src_sockaddr(oskb, &dst);
685 struct sk_buff *oskb; local
695 oskb = skb_dequeue(&newsk->sk_receive_queue);
696 err = pep_accept_conn(newsk, oskb);
698 skb_queue_head(&newsk->sk_receive_queue, oskb);
702 kfree_skb(oskb);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddst.h207 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) argument
209 nskb->_skb_refdst = oskb->_skb_refdst;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_api.c102 static int tfilter_notify(struct net *net, struct sk_buff *oskb,
372 static int tfilter_notify(struct net *net, struct sk_buff *oskb, argument
377 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0;
H A Dsch_api.c38 static int qdisc_notify(struct net *net, struct sk_buff *oskb,
41 static int tclass_notify(struct net *net, struct sk_buff *oskb,
1215 static int qdisc_notify(struct net *net, struct sk_buff *oskb, argument
1220 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0;
1496 static int tclass_notify(struct net *net, struct sk_buff *oskb, argument
1501 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer2.c1441 struct sk_buff *skb, *nskb, *oskb; local
1480 oskb = nskb;
1481 nskb = mI_alloc_skb(oskb->len + i, GFP_ATOMIC);
1483 dev_kfree_skb(oskb);
1488 memcpy(skb_put(nskb, oskb->len), oskb->data, oskb->len);
1489 dev_kfree_skb(oskb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disdnl2.c1250 struct sk_buff *skb, *oskb; local
1294 oskb = skb;
1295 skb = alloc_skb(oskb->len + i, GFP_ATOMIC);
1297 skb_copy_from_linear_data(oskb,
1298 skb_put(skb, oskb->len), oskb->len);
1299 dev_kfree_skb(oskb);

Completed in 51 milliseconds