Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmctpdevice.h19 struct mctp_dev { struct
38 void (*release_flow)(struct mctp_dev *dev, argument
44 struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev);
45 struct mctp_dev *__mctp_dev_get(const struct net_device *dev);
52 void mctp_dev_hold(struct mctp_dev *mdev);
53 void mctp_dev_put(struct mctp_dev *mdev);
55 void mctp_dev_set_key(struct mctp_dev *dev, struct mctp_sk_key *key);
56 void mctp_dev_release_key(struct mctp_dev *dev, struct mctp_sk_key *key);
H A Dmctp.h177 struct mctp_dev *dev;
251 struct mctp_dev *dev;
270 struct mctp_dev *dev;
303 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr);
304 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr);
305 void mctp_route_remove_dev(struct mctp_dev *mdev);
314 struct mctp_dev *dev;
328 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
330 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
/linux/net/mctp/
H A Ddevice.c30 struct mctp_dev *__mctp_dev_get(const struct net_device *dev) in __mctp_dev_get()
32 struct mctp_dev *mdev = rcu_dereference(dev->mctp_ptr); in __mctp_dev_get()
46 struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev) in mctp_dev_get_rtnl()
61 struct mctp_dev *mdev, mctp_eid_t eid, in mctp_fill_addrinfo()
95 static int mctp_dump_dev_addrinfo(struct mctp_dev *mdev, struct sk_buff *skb, in mctp_dump_dev_addrinfo()
120 struct mctp_dev *mdev; in mctp_dump_addrinfo()
152 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify()
190 struct mctp_dev *mdev; in mctp_rtm_newaddr()
253 struct mctp_dev *mdev; in mctp_rtm_deladdr()
301 void mctp_dev_hold(struct mctp_dev *mdev) in mctp_dev_hold()
[all …]
H 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()
283 int mctp_neigh_lookup(struct mctp_dev *mdev, mctp_eid_t eid, void *ret_hwaddr) in mctp_neigh_lookup()
H A Droute.c34 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev);
358 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) in mctp_flow_prepare_output()
381 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) {} in mctp_flow_prepare_output()
901 struct mctp_dev *dev; in mctp_dst_from_extaddr()
1270 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_add_local()
1294 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_remove_local()
1301 void mctp_route_remove_dev(struct mctp_dev *mdev) in mctp_route_remove_dev()
1323 struct mctp_dev *mdev; in mctp_pkttype_receive()
1416 struct mctp_dev **mdev, in mctp_route_nlparse_common()
1502 struct mctp_dev *mdev; in mctp_route_nlparse_lookup()
[all …]
/linux/net/mctp/test/
H A Dutils.h17 struct mctp_dev *mdev;
50 struct mctp_dev *dev,
H A Dutils.c121 struct mctp_dev *dev, in mctp_test_create_route_direct()
H A Droute-test.c1249 struct mctp_dev *mdev; in mctp_test_route_gw_mtu()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst98 struct mctp_dev* mctp_ptr
/linux/drivers/net/mctp/
H A Dmctp-i2c.c680 static void mctp_i2c_release_flow(struct mctp_dev *mdev, in mctp_i2c_release_flow()
/linux/include/linux/
H A Dnetdevice.h2334 struct mctp_dev __rcu *mctp_ptr;