Searched refs:cb_ident (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/core/
H A Dflow_offload.c262 void *cb_ident, void *cb_priv,
272 block_cb->cb_ident = cb_ident;
290 flow_setup_cb_t *cb, void *cb_ident)
296 block_cb->cb_ident == cb_ident)
322 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, argument
329 block_cb->cb_ident == cb_ident)
340 void *cb_ident, voi
261 flow_block_cb_alloc(flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, void (*release)(void *cb_priv)) argument
289 flow_block_cb_lookup(struct flow_block *block, flow_setup_cb_t *cb, void *cb_ident) argument
337 flow_block_cb_setup_simple(struct flow_block_offload *f, struct list_head *driver_block_list, flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, bool ingress_only) argument
530 flow_indr_block_cb_alloc(flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, void (*release)(void *cb_priv), struct flow_block_offload *bo, struct net_device *dev, struct Qdisc *sch, void *data, void *indr_cb_priv, void (*cleanup)(struct flow_block_cb *block_cb)) argument
[all...]
/linux-master/include/net/
H A Dflow_offload.h532 void *cb_ident; member in struct:flow_block_cb
540 void *cb_ident, void *cb_priv,
543 void *cb_ident, void *cb_priv,
553 flow_setup_cb_t *cb, void *cb_ident);
578 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident,
584 void *cb_ident, void *cb_priv, bool ingress_only);
/linux-master/fs/nfs/
H A Dcallback.h36 unsigned int cb_ident; /* v4.0 callback identifier */ member in struct:cb_compound_hdr_arg
H A Dcallback_xdr.c155 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */
938 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident);
940 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident);
944 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident);
H A Dnfs4trace.h493 u32 cb_ident
496 TP_ARGS(xid, cb_ident),
505 __entry->cbident = cb_ident;
509 "xid=0x%08x cb_ident=0x%08x",
518 u32 cb_ident \
520 TP_ARGS(xid, cb_ident))
H A Dnfs4client.c812 nfs4_find_client_ident(struct net *net, int cb_ident) argument
818 clp = idr_find(&nn->cb_ident_idr, cb_ident);
/linux-master/fs/nfsd/
H A Dstate.h204 u32 cb_ident; /* minorversion 0 only */ member in struct:nfs4_cb_conn
H A Dnfs4callback.c1059 clp->cl_cb_ident = conn->cb_ident;
H A Dtrace.h1335 __entry->ident = conn->cb_ident;
H A Dnfs4state.c3306 conn->cb_ident = se->se_callback_ident;

Completed in 279 milliseconds