Searched refs:mctp_dev (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/include/net/ |
H A D | mctpdevice.h | 19 struct mctp_dev { struct 37 void (*release_flow)(struct mctp_dev *dev, 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);
|
H A D | mctp.h | 173 struct mctp_dev *dev; 239 struct mctp_dev *dev; 264 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr); 265 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr); 266 void mctp_route_remove_dev(struct mctp_dev *mdev); 275 struct mctp_dev *dev; 289 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid, 291 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
|
/kernel/linux/linux-6.6/net/mctp/ |
H A D | device.c | 29 * Returned mctp_dev has its refcount incremented, or NULL if unset. 31 struct mctp_dev *__mctp_dev_get(const struct net_device *dev) in __mctp_dev_get() 33 struct mctp_dev *mdev = rcu_dereference(dev->mctp_ptr); in __mctp_dev_get() 44 /* Returned mctp_dev does not have refcount incremented. The returned pointer 47 struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev) in mctp_dev_get_rtnl() 62 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() 121 struct mctp_dev *mdev; in mctp_dump_addrinfo() 159 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify() 197 struct mctp_dev *mde in mctp_rtm_newaddr() [all...] |
H 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()
|
H A D | route.c | 32 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev); 266 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) in mctp_flow_prepare_output() 284 static void mctp_flow_prepare_output(struct sk_buff *skb, struct mctp_dev *dev) {} in mctp_flow_prepare_output() 988 static int mctp_route_add(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_add() 1039 static int mctp_route_remove(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_remove() 1069 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_add_local() 1074 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_remove_local() 1080 void mctp_route_remove_dev(struct mctp_dev *mdev) in mctp_route_remove_dev() 1102 struct mctp_dev *mdev; in mctp_pkttype_receive() 1187 struct mctp_dev **mde in mctp_route_nlparse() [all...] |
/kernel/linux/linux-6.6/net/mctp/test/ |
H A D | utils.h | 12 struct mctp_dev *mdev;
|
H A D | route-test.c | 40 struct mctp_dev *dev, in mctp_test_create_route()
|
/kernel/linux/linux-6.6/drivers/net/mctp/ |
H A D | mctp-i2c.c | 622 static void mctp_i2c_release_flow(struct mctp_dev *mdev, in mctp_i2c_release_flow()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 2232 struct mctp_dev __rcu *mctp_ptr;
|
Completed in 15 milliseconds