Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dflow_offload.c206 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument
216 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc()
234 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument
240 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup()
266 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument
273 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy()
284 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument
297 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple()
300 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple()
308 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_offload.h470 void *cb_ident; member
478 void *cb_ident, void *cb_priv,
481 void *cb_ident, void *cb_priv,
491 flow_setup_cb_t *cb, void *cb_ident);
516 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident,
522 void *cb_ident, void *cb_priv, bool ingress_only);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback.h54 unsigned int cb_ident; /* v4.0 callback identifier */ member
H A Dcallback_xdr.c156 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg()
945 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()
947 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
951 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
H A Dnfs4trace.h708 u32 cb_ident
711 TP_ARGS(xid, cb_ident),
720 __entry->cbident = cb_ident;
733 u32 cb_ident \
735 TP_ARGS(xid, cb_ident))
H A Dnfs4client.c777 nfs4_find_client_ident(struct net *net, int cb_ident) in nfs4_find_client_ident() argument
783 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dstate.h165 u32 cb_ident; /* minorversion 0 only */ member
H A Dtrace.h615 __entry->ident = conn->cb_ident;
H A Dnfs4callback.c916 clp->cl_cb_ident = conn->cb_ident; in setup_callback_client()
H A Dnfs4state.c2896 conn->cb_ident = se->se_callback_ident; in gen_callback()