Home
last modified time | relevance | path

Searched refs:oskb (Results 1 – 5 of 5) sorted by relevance

/net/can/
Draw.c112 static void raw_rcv(struct sk_buff *oskb, void *data) in raw_rcv() argument
121 if (!ro->recv_own_msgs && oskb->sk == sk) in raw_rcv()
126 struct canfd_frame *cfd = (struct canfd_frame *)oskb->data; in raw_rcv()
133 skb = skb_clone(oskb, GFP_ATOMIC); in raw_rcv()
153 if (oskb->sk) in raw_rcv()
155 if (oskb->sk == sk) in raw_rcv()
/net/sched/
Dsch_choke.c253 struct sk_buff *oskb; in choke_match_random() local
258 oskb = choke_peek_random(q, pidx); in choke_match_random()
260 return choke_get_classid(nskb) == choke_get_classid(oskb); in choke_match_random()
262 return choke_match_flow(oskb, nskb); in choke_match_random()
Dcls_api.c101 static int tfilter_notify(struct net *net, struct sk_buff *oskb,
381 static int tfilter_notify(struct net *net, struct sk_buff *oskb, in tfilter_notify() argument
386 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tfilter_notify()
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,
1256 static int qdisc_notify(struct net *net, struct sk_buff *oskb, in qdisc_notify() argument
1261 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in qdisc_notify()
1555 static int tclass_notify(struct net *net, struct sk_buff *oskb, in tclass_notify() argument
1560 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tclass_notify()
/net/phonet/
Dpep.c97 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_reply() argument
100 const struct pnpipehdr *oph = pnp_hdr(oskb); in pep_reply()
115 pn_skb_get_src_sockaddr(oskb, &peer); in pep_reply()
202 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_ctrlreq_error() argument
205 const struct pnpipehdr *oph = pnp_hdr(oskb); in pep_ctrlreq_error()
225 pn_skb_get_src_sockaddr(oskb, &dst); in pep_ctrlreq_error()