Searched refs:n_ops (Results 1 – 21 of 21) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | netlink.c | 53 .n_ops = ARRAY_SIZE(cifs_genl_ops),
|
/linux-6.3-rc2/net/smc/ |
A D | smc_netlink.c | 145 .n_ops = ARRAY_SIZE(smc_gen_nl_ops),
|
A D | smc_pnet.c | 722 .n_ops = ARRAY_SIZE(smc_pnet_ops),
|
/linux-6.3-rc2/net/nfc/nci/ |
A D | core.c | 1385 size_t n_ops, in ops_cmd_lookup() argument 1391 if (!ops || !n_ops) in ops_cmd_lookup() 1394 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup() 1405 size_t n_ops) in nci_op_rsp_packet() argument 1409 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet() 1418 size_t n_ops) in nci_op_ntf_packet() argument 1422 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|
/linux-6.3-rc2/net/ipv6/ila/ |
A D | ila_main.c | 57 .n_ops = ARRAY_SIZE(ila_nl_ops),
|
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 160 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full() 205 i = iter->entry_idx - family->n_ops - family->n_small_ops; in genl_op_from_split() 330 return iter->family->n_ops + in genl_op_iter_init() 341 if (iter->entry_idx < family->n_ops) { in genl_op_iter_next() 343 } else if (iter->entry_idx < family->n_ops + family->n_small_ops) { in genl_op_iter_next() 344 genl_op_from_small(family, iter->entry_idx - family->n_ops, in genl_op_iter_next() 347 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next() 561 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops()
|
/linux-6.3-rc2/fs/nfs/flexfilelayout/ |
A D | flexfilelayout.h | 66 atomic_t n_ops; member
|
A D | flexfilelayout.c | 583 if (atomic_inc_return(&timer->n_ops) == 1) { in nfs4_ff_start_busy_timer() 593 if (atomic_dec_return(&timer->n_ops) < 0) in nfs4_ff_end_busy_timer()
|
/linux-6.3-rc2/net/tipc/ |
A D | netlink.c | 296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
|
/linux-6.3-rc2/include/net/ |
A D | genetlink.h | 67 u8 n_ops; member
|
/linux-6.3-rc2/net/ipv6/ |
A D | seg6.c | 506 .n_ops = ARRAY_SIZE(seg6_genl_ops),
|
A D | ioam6.c | 621 .n_ops = ARRAY_SIZE(ioam6_genl_ops),
|
/linux-6.3-rc2/include/linux/ |
A D | genl_magic_func.h | 295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
|
/linux-6.3-rc2/kernel/ |
A D | taskstats.c | 690 .n_ops = ARRAY_SIZE(taskstats_ops),
|
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | netlink.c | 622 .n_ops = ARRAY_SIZE(genl_ops),
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | transport_ipc.c | 199 .n_ops = ARRAY_SIZE(ksmbd_genl_ops),
|
/linux-6.3-rc2/net/ethtool/ |
A D | netlink.c | 1171 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
|
/linux-6.3-rc2/drivers/vdpa/ |
A D | vdpa.c | 1301 .n_ops = ARRAY_SIZE(vdpa_nl_ops),
|
/linux-6.3-rc2/net/nfc/ |
A D | netlink.c | 1813 .n_ops = ARRAY_SIZE(nfc_genl_ops),
|
/linux-6.3-rc2/net/ieee802154/ |
A D | nl802154.c | 2882 .n_ops = ARRAY_SIZE(nl802154_ops),
|
/linux-6.3-rc2/net/wireless/ |
A D | nl80211.c | 17352 .n_ops = ARRAY_SIZE(nl80211_ops),
|
Completed in 122 milliseconds