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

/net/can/
H A Draw.c112 static void raw_rcv(struct sk_buff *oskb, void *data) argument
121 if (!ro->recv_own_msgs && oskb->sk == sk)
125 if (!ro->fd_frames && oskb->len != CAN_MTU)
129 skb = skb_clone(oskb, GFP_ATOMIC);
149 if (oskb->sk)
151 if (oskb->sk == sk)
/net/netfilter/
H A Dnfnetlink.c275 struct sk_buff *nskb, *oskb = skb; local
286 nskb = netlink_skb_clone(oskb, GFP_KERNEL);
288 return netlink_ack(oskb, nlh, -ENOMEM);
290 nskb->sk = oskb->sk;
386 ss->abort(oskb);
404 netlink_ack(skb, nlmsg_hdr(oskb), -ENOMEM);
423 ss->commit(oskb);
425 ss->abort(oskb);
427 nfnl_err_deliver(&err_list, oskb);
/net/sched/
H A Dcls_api.c97 static int tfilter_notify(struct net *net, struct sk_buff *oskb,
378 static int tfilter_notify(struct net *net, struct sk_buff *oskb, argument
383 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0;
H A Dsch_choke.c258 struct sk_buff *oskb; local
263 oskb = choke_peek_random(q, pidx);
265 return choke_get_classid(nskb) == choke_get_classid(oskb);
267 return choke_match_flow(oskb, nskb);
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,
1388 static int qdisc_notify(struct net *net, struct sk_buff *oskb, argument
1393 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0;
1687 static int tclass_notify(struct net *net, struct sk_buff *oskb, argument
1692 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0;
/net/phonet/
H A Dpep.c97 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code, argument
100 const struct pnpipehdr *oph = pnp_hdr(oskb);
115 pn_skb_get_src_sockaddr(oskb, &peer);
202 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, argument
205 const struct pnpipehdr *oph = pnp_hdr(oskb);
225 pn_skb_get_src_sockaddr(oskb, &dst);

Completed in 259 milliseconds