Searched refs:n_ops (Results 1 – 21 of 21) sorted by relevance
/Linux-v6.1/fs/cifs/ |
D | netlink.c | 53 .n_ops = ARRAY_SIZE(cifs_genl_ops),
|
/Linux-v6.1/net/smc/ |
D | smc_netlink.c | 145 .n_ops = ARRAY_SIZE(smc_gen_nl_ops),
|
D | smc_pnet.c | 718 .n_ops = ARRAY_SIZE(smc_pnet_ops),
|
/Linux-v6.1/net/netlink/ |
D | genetlink.c | 123 return family->n_ops + family->n_small_ops; in genl_get_cmd_cnt() 144 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full() 196 if (i < family->n_ops) in genl_get_cmd_by_index() 198 else if (i < family->n_ops + family->n_small_ops) in genl_get_cmd_by_index() 199 genl_op_from_small(family, i - family->n_ops, op); in genl_get_cmd_by_index() 373 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops() 1408 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
|
/Linux-v6.1/net/nfc/nci/ |
D | core.c | 1384 size_t n_ops, in ops_cmd_lookup() argument 1390 if (!ops || !n_ops) in ops_cmd_lookup() 1393 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup() 1404 size_t n_ops) in nci_op_rsp_packet() argument 1408 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet() 1417 size_t n_ops) in nci_op_ntf_packet() argument 1421 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|
/Linux-v6.1/net/ipv6/ila/ |
D | ila_main.c | 57 .n_ops = ARRAY_SIZE(ila_nl_ops),
|
/Linux-v6.1/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 66 atomic_t n_ops; member
|
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-v6.1/net/tipc/ |
D | netlink.c | 296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
|
/Linux-v6.1/include/net/ |
D | genetlink.h | 69 u8 n_ops; member
|
/Linux-v6.1/net/ipv6/ |
D | seg6.c | 506 .n_ops = ARRAY_SIZE(seg6_genl_ops),
|
D | ioam6.c | 621 .n_ops = ARRAY_SIZE(ioam6_genl_ops),
|
/Linux-v6.1/include/linux/ |
D | genl_magic_func.h | 295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
|
/Linux-v6.1/kernel/ |
D | taskstats.c | 690 .n_ops = ARRAY_SIZE(taskstats_ops),
|
/Linux-v6.1/drivers/net/wireguard/ |
D | netlink.c | 622 .n_ops = ARRAY_SIZE(genl_ops),
|
/Linux-v6.1/fs/ksmbd/ |
D | transport_ipc.c | 199 .n_ops = ARRAY_SIZE(ksmbd_genl_ops),
|
/Linux-v6.1/net/ethtool/ |
D | netlink.c | 1055 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
|
/Linux-v6.1/drivers/vdpa/ |
D | vdpa.c | 1226 .n_ops = ARRAY_SIZE(vdpa_nl_ops),
|
/Linux-v6.1/net/nfc/ |
D | netlink.c | 1785 .n_ops = ARRAY_SIZE(nfc_genl_ops),
|
/Linux-v6.1/net/ieee802154/ |
D | nl802154.c | 2502 .n_ops = ARRAY_SIZE(nl802154_ops),
|
/Linux-v6.1/net/wireless/ |
D | nl80211.c | 17238 .n_ops = ARRAY_SIZE(nl80211_ops),
|