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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_api.c108 static int tfilter_notify(struct sk_buff *oskb, struct nlmsghdr *n,
349 static int tfilter_notify(struct sk_buff *oskb, struct nlmsghdr *n, argument
353 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0;
H A Dsch_api.c46 static int qdisc_notify(struct sk_buff *oskb, struct nlmsghdr *n, u32 clid,
48 static int tclass_notify(struct sk_buff *oskb, struct nlmsghdr *n,
860 static int qdisc_notify(struct sk_buff *oskb, struct nlmsghdr *n, argument
864 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0;
1088 static int tclass_notify(struct sk_buff *oskb, struct nlmsghdr *n, argument
1092 u32 pid = oskb ? NETLINK_CB(oskb).pid : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disdnl2.c1249 struct sk_buff *skb, *oskb; local
1293 oskb = skb;
1294 skb = alloc_skb(oskb->len + i, GFP_ATOMIC);
1296 skb_copy_from_linear_data(oskb,
1297 skb_put(skb, oskb->len), oskb->len);
1298 dev_kfree_skb(oskb);

Completed in 70 milliseconds