Searched refs:cb_ident (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/net/core/ |
D | flow_offload.c | 262 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument 272 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc() 290 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument 296 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup() 322 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument 329 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy() 340 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument 353 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple() 356 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple() 364 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple() [all …]
|
/linux-6.6.21/include/net/ |
D | flow_offload.h | 532 void *cb_ident; member 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-6.6.21/fs/nfs/ |
D | callback.h | 54 unsigned int cb_ident; /* v4.0 callback identifier */ member
|
D | callback_xdr.c | 155 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg() 938 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound() 940 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound() 944 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
|
D | nfs4trace.h | 463 u32 cb_ident 466 TP_ARGS(xid, cb_ident), 475 __entry->cbident = cb_ident; 488 u32 cb_ident \ 490 TP_ARGS(xid, cb_ident))
|
D | nfs4client.c | 812 nfs4_find_client_ident(struct net *net, int cb_ident) in nfs4_find_client_ident() argument 818 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
/linux-6.6.21/fs/nfsd/ |
D | state.h | 166 u32 cb_ident; /* minorversion 0 only */ member
|
D | nfs4callback.c | 987 clp->cl_cb_ident = conn->cb_ident; in setup_callback_client()
|
D | trace.h | 1304 __entry->ident = conn->cb_ident;
|
D | nfs4state.c | 3105 conn->cb_ident = se->se_callback_ident; in gen_callback()
|