Searched refs:mctp_dev (Results 1 – 8 of 8) sorted by relevance
/linux/include/net/ |
A D | mctpdevice.h | 19 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 D | mctp.h | 160 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 D | device.c | 93 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 D | neigh.c | 24 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 D | route.c | 32 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 D | utils.h | 12 struct mctp_dev *mdev;
|
A D | route-test.c | 40 struct mctp_dev *dev, in mctp_test_create_route()
|
/linux/include/linux/ |
A D | netdevice.h | 2113 struct mctp_dev __rcu *mctp_ptr;
|
Completed in 25 milliseconds