Searched refs:sr_iov_new_static (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | netif-sriov.c | 35 static int sr_iov_new_static(OrderedHashmap **sr_iov_by_section, const char *filename, unsigned sec… in sr_iov_new_static() function 371 r = sr_iov_new_static(sr_iov_by_section, filename, section_line, &sr_iov); in config_parse_sr_iov_uint32() 438 r = sr_iov_new_static(sr_iov_by_section, filename, section_line, &sr_iov); in config_parse_sr_iov_vlan_proto() 477 r = sr_iov_new_static(sr_iov_by_section, filename, section_line, &sr_iov); in config_parse_sr_iov_link_state() 529 r = sr_iov_new_static(sr_iov_by_section, filename, section_line, &sr_iov); in config_parse_sr_iov_boolean() 587 r = sr_iov_new_static(sr_iov_by_section, filename, section_line, &sr_iov); in config_parse_sr_iov_mac()
|