Searched refs:cb_ident (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/net/core/ |
| D | flow_offload.c | 171 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument 181 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc() 199 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument 205 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup() 231 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument 238 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy() 249 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument 262 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple() 265 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple() 273 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple() [all …]
|
| /Linux-v5.4/include/net/ |
| D | flow_offload.h | 307 void *cb_ident; member 314 void *cb_ident, void *cb_priv, 319 flow_setup_cb_t *cb, void *cb_ident); 337 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, 343 void *cb_ident, void *cb_priv, bool ingress_only); 399 void *cb_ident); 403 void *cb_ident); 406 flow_indr_block_bind_cb_t *cb, void *cb_ident); 410 void *cb_ident);
|
| /Linux-v5.4/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() 948 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()
|
| D | nfs4client.c | 775 nfs4_find_client_ident(struct net *net, int cb_ident) in nfs4_find_client_ident() argument 781 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
| /Linux-v5.4/fs/nfsd/ |
| D | state.h | 152 u32 cb_ident; /* minorversion 0 only */ member
|
| D | nfs4callback.c | 879 clp->cl_cb_ident = conn->cb_ident; in setup_callback_client()
|
| D | nfs4state.c | 2786 conn->cb_ident = se->se_callback_ident; in gen_callback()
|