Home
last modified time | relevance | path

Searched refs:ntf (Results 1 – 9 of 9) sorted by relevance

/linux/tools/net/ynl/samples/
H A Dnetdev.c64 struct ynl_ntf_base_type *ntf; in main() local
114 while ((ntf = ynl_ntf_dequeue(ys))) { in main()
115 netdev_print_device((struct netdev_dev_get_rsp *)&ntf->data, in main()
116 ntf->cmd); in main()
117 ynl_ntf_free(ntf); in main()
/linux/net/core/
H A Dpage_pool_user.c266 struct sk_buff *ntf; in netdev_nl_page_pool_event() local
281 ntf = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in netdev_nl_page_pool_event()
282 if (!ntf) in netdev_nl_page_pool_event()
285 if (page_pool_nl_fill(ntf, pool, &info)) { in netdev_nl_page_pool_event()
286 nlmsg_free(ntf); in netdev_nl_page_pool_event()
290 genlmsg_multicast_netns(&netdev_nl_family, net, ntf, in netdev_nl_page_pool_event()
H A Dnetdev-genl.c85 struct sk_buff *ntf; in netdev_genl_dev_notify() local
93 ntf = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in netdev_genl_dev_notify()
94 if (!ntf) in netdev_genl_dev_notify()
97 if (netdev_nl_dev_fill(netdev, ntf, &info)) { in netdev_genl_dev_notify()
98 nlmsg_free(ntf); in netdev_genl_dev_notify()
102 genlmsg_multicast_netns(&netdev_nl_family, dev_net(netdev), ntf, in netdev_genl_dev_notify()
/linux/tools/net/ynl/lib/
H A Dynl.c729 struct ynl_ntf_base_type *ntf; in ynl_sock_destroy() local
732 while ((ntf = ynl_ntf_dequeue(ys))) in ynl_sock_destroy()
733 ynl_ntf_free(ntf); in ynl_sock_destroy()
740 void ynl_ntf_free(struct ynl_ntf_base_type *ntf) in ynl_ntf_free() argument
742 ntf->free(ntf); in ynl_ntf_free()
776 struct ynl_ntf_base_type *ntf; in ynl_ntf_dequeue() local
781 ntf = ys->ntf_first; in ynl_ntf_dequeue()
782 ys->ntf_first = ntf->next; in ynl_ntf_dequeue()
783 if (ys->ntf_last_next == &ntf->next) in ynl_ntf_dequeue()
786 return ntf; in ynl_ntf_dequeue()
H A Dynl.h124 void ynl_ntf_free(struct ynl_ntf_base_type *ntf);
H A Dynl-priv.h93 void (*free)(struct ynl_ntf_base_type *ntf);
125 void (*free)(struct ynl_ntf_base_type *ntf);
/linux/drivers/nfc/nxp-nci/
H A Dcore.c117 .ntf = nxp_nci_rf_pll_unlocked_ntf,
121 .ntf = nxp_nci_rf_txldo_error_ntf,
/linux/net/nfc/nci/
H A DMakefile8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
/linux/drivers/nfc/fdp/
H A Dfdp.c670 .ntf = fdp_nci_core_reset_ntf_packet,
678 .ntf = fdp_nci_prop_patch_ntf_packet,