Searched refs:mctp_dev (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/include/net/ |
D | mctpdevice.h | 19 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);
|
D | mctp.h | 174 struct mctp_dev *dev; 240 struct mctp_dev *dev; 266 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr); 267 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr); 268 void mctp_route_remove_dev(struct mctp_dev *mdev); 277 struct mctp_dev *dev; 291 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid, 293 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
|
/linux-6.14.4/net/mctp/ |
D | device.c | 30 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() 94 static int mctp_dump_dev_addrinfo(struct mctp_dev *mdev, struct sk_buff *skb, in mctp_dump_dev_addrinfo() 119 struct mctp_dev *mdev; in mctp_dump_addrinfo() 144 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify() 182 struct mctp_dev *mdev; in mctp_rtm_newaddr() 245 struct mctp_dev *mdev; in mctp_rtm_deladdr() 293 void mctp_dev_hold(struct mctp_dev *mdev) in mctp_dev_hold() [all …]
|
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()
|
D | route.c | 32 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev); 305 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) in mctp_flow_prepare_output() 323 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) {} in mctp_flow_prepare_output() 1074 static int mctp_route_add(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_add() 1125 static int mctp_route_remove(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_remove() 1155 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_add_local() 1160 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_remove_local() 1166 void mctp_route_remove_dev(struct mctp_dev *mdev) in mctp_route_remove_dev() 1188 struct mctp_dev *mdev; in mctp_pkttype_receive() 1273 struct mctp_dev **mdev, mctp_eid_t *daddr_start) in mctp_route_nlparse() [all …]
|
/linux-6.14.4/net/mctp/test/ |
D | utils.h | 12 struct mctp_dev *mdev;
|
D | route-test.c | 40 struct mctp_dev *dev, in mctp_test_create_route()
|
/linux-6.14.4/Documentation/networking/net_cachelines/ |
D | net_device.rst | 96 struct mctp_dev* mctp_ptr
|
/linux-6.14.4/drivers/net/mctp/ |
D | mctp-i2c.c | 670 static void mctp_i2c_release_flow(struct mctp_dev *mdev, in mctp_i2c_release_flow()
|
/linux-6.14.4/include/linux/ |
D | netdevice.h | 2273 struct mctp_dev __rcu *mctp_ptr;
|