Searched refs:n_ops (Results 1 – 15 of 15) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_netlink.c | 145 .n_ops = ARRAY_SIZE(smc_gen_nl_ops),
|
| H A D | smc_pnet.c | 722 .n_ops = ARRAY_SIZE(smc_pnet_ops),
|
| /linux/net/nfc/nci/ |
| H A D | core.c | 1423 size_t n_ops, in ops_cmd_lookup() argument 1429 if (!ops || !n_ops) in ops_cmd_lookup() 1432 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup() 1443 size_t n_ops) in nci_op_rsp_packet() argument 1447 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet() 1456 size_t n_ops) in nci_op_ntf_packet() argument 1460 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|
| /linux/net/ipv6/ila/ |
| H A D | ila_main.c | 56 .n_ops = ARRAY_SIZE(ila_nl_ops),
|
| /linux/net/netlink/ |
| H A D | genetlink.c | 168 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full() 213 i = iter->entry_idx - family->n_ops - family->n_small_ops; in genl_op_from_split() 340 return iter->family->n_ops + in genl_op_iter_init() 351 if (iter->entry_idx < family->n_ops) { in genl_op_iter_next() 353 } else if (iter->entry_idx < family->n_ops + family->n_small_ops) { in genl_op_iter_next() 354 genl_op_from_small(family, iter->entry_idx - family->n_ops, in genl_op_iter_next() 357 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next() 571 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops()
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.h | 68 atomic_t n_ops; member
|
| /linux/net/tipc/ |
| H A D | netlink.c | 296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
|
| /linux/include/net/ |
| H A D | genetlink.h | 85 u8 n_ops; member
|
| /linux/net/ipv6/ |
| H A D | seg6.c | 500 .n_ops = ARRAY_SIZE(seg6_genl_ops),
|
| H A D | ioam6.c | 679 .n_ops = ARRAY_SIZE(ioam6_genl_ops),
|
| /linux/net/mptcp/ |
| H A D | pm_netlink.c | 636 .n_ops = ARRAY_SIZE(mptcp_pm_nl_ops),
|
| /linux/net/ethtool/ |
| H A D | netlink.c | 1561 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
|
| /linux/net/nfc/ |
| H A D | netlink.c | 1822 .n_ops = ARRAY_SIZE(nfc_genl_ops),
|
| /linux/net/ieee802154/ |
| H A D | nl802154.c | 3093 .n_ops = ARRAY_SIZE(nl802154_ops),
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 20027 .n_ops = ARRAY_SIZE(nl80211_ops),
|