Home
last modified time | relevance | path

Searched refs:mctp_dev (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
A Dmctpdevice.h19 struct mctp_dev { struct
37 void (*release_flow)(struct mctp_dev *dev, argument
43 struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev);
44 struct mctp_dev *__mctp_dev_get(const struct net_device *dev);
50 void mctp_dev_hold(struct mctp_dev *mdev);
51 void mctp_dev_put(struct mctp_dev *mdev);
53 void mctp_dev_set_key(struct mctp_dev *dev, struct mctp_sk_key *key);
54 void mctp_dev_release_key(struct mctp_dev *dev, struct mctp_sk_key *key);
A Dmctp.h160 struct mctp_dev *dev;
218 struct mctp_dev *dev;
241 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr);
242 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr);
243 void mctp_route_remove_dev(struct mctp_dev *mdev);
252 struct mctp_dev *dev;
266 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
268 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
/linux/net/mctp/
A Ddevice.c93 struct mctp_dev *mdev; in mctp_dump_addrinfo()
142 struct mctp_dev *mdev; in mctp_rtm_newaddr()
204 struct mctp_dev *mdev; in mctp_rtm_deladdr()
255 void mctp_dev_put(struct mctp_dev *mdev) in mctp_dev_put()
283 struct mctp_dev *mdev; in mctp_add_dev()
308 struct mctp_dev *mdev; in mctp_fill_link_af()
321 struct mctp_dev *mdev; in mctp_get_link_af_size()
340 struct mctp_dev *mdev; in mctp_set_link_af()
369 struct mctp_dev *mdev; in mctp_unregister()
392 struct mctp_dev *mdev; in mctp_register()
[all …]
A Dneigh.c24 static int mctp_neigh_add(struct mctp_dev *mdev, mctp_eid_t eid, in mctp_neigh_add()
71 void mctp_neigh_remove_dev(struct mctp_dev *mdev) in mctp_neigh_remove_dev()
88 static int mctp_neigh_remove(struct mctp_dev *mdev, mctp_eid_t eid, in mctp_neigh_remove()
120 struct mctp_dev *mdev; in mctp_rtm_newneigh()
179 struct mctp_dev *mdev; in mctp_rtm_delneigh()
279 int mctp_neigh_lookup(struct mctp_dev *mdev, mctp_eid_t eid, void *ret_hwaddr) in mctp_neigh_lookup()
A Droute.c32 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev);
252 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) in mctp_flow_prepare_output()
903 static int mctp_route_add(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_add()
954 static int mctp_route_remove(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_remove()
984 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_add_local()
989 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_remove_local()
995 void mctp_route_remove_dev(struct mctp_dev *mdev) in mctp_route_remove_dev()
1017 struct mctp_dev *mdev; in mctp_pkttype_receive()
1089 struct mctp_dev **mdev, mctp_eid_t *daddr_start) in mctp_route_nlparse()
1148 struct mctp_dev *mdev; in mctp_newroute()
[all …]
/linux/net/mctp/test/
A Dutils.h12 struct mctp_dev *mdev;
A Droute-test.c40 struct mctp_dev *dev, in mctp_test_create_route()
/linux/include/linux/
A Dnetdevice.h2113 struct mctp_dev __rcu *mctp_ptr;

Completed in 25 milliseconds