Lines Matching refs:afs_call

24 static int afs_deliver_cb_init_call_back_state(struct afs_call *,
26 static int afs_deliver_cb_init_call_back_state3(struct afs_call *,
28 static int afs_deliver_cb_probe(struct afs_call *, struct sk_buff *, bool);
29 static int afs_deliver_cb_callback(struct afs_call *, struct sk_buff *, bool);
30 static int afs_deliver_cb_probe_uuid(struct afs_call *, struct sk_buff *, bool);
31 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *,
33 static void afs_cm_destructor(struct afs_call *);
99 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call()
129 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor()
153 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack()
171 static int afs_deliver_cb_callback(struct afs_call *call, struct sk_buff *skb, in afs_deliver_cb_callback()
320 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_InitCallBackState()
332 static int afs_deliver_cb_init_call_back_state(struct afs_call *call, in afs_deliver_cb_init_call_back_state()
365 static int afs_deliver_cb_init_call_back_state3(struct afs_call *call, in afs_deliver_cb_init_call_back_state3()
398 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_Probe()
408 static int afs_deliver_cb_probe(struct afs_call *call, struct sk_buff *skb, in afs_deliver_cb_probe()
431 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_ProbeUuid()
453 static int afs_deliver_cb_probe_uuid(struct afs_call *call, struct sk_buff *skb, in afs_deliver_cb_probe_uuid()
528 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_TellMeAboutYourself()
588 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *call, in afs_deliver_cb_tell_me_about_yourself()